1 张图片
作者
描述
UIViewController 扩展,便于管理键盘。
Keyboardy 使用几个简单的方法扩展 UIViewController,并提供处理键盘出现通知的代理。
- Keyboardy 仅是对 UIKeyboardWillShowNotification 和 UIKeyboardWillHideNotification 通知的包装。
- 支持基于 AutoLayout 和 frame 动画。
- Swift 实现的。
- 没有使用任何技巧,如方法交换和魔术数字(例如,curve << 16)。