OYKeyboardScrollView
安装
CocoaPods
只需在 Podfile 中添加 pod 'OYKeyboardScrollView'
,然后运行 pod install
或 pod update
。
在您希望使用 OYKeyboardScrollView 的任何文件中,别忘了使用 import OYKeyboardScrollView
导入框架。
手动
将 OYKeyboardScrollView.swift 拖引进您的项目中。
许可证
OYKeyboardScrollView 采用 MIT 许可发布。有关更多信息,请参阅 LICENSE
文件。