Latest | 0.0.3 |
---|---|
Homepage | https://github.com/andrew020/ALOKeyboardAware |
License | MIT |
Platforms | ios 6.0, requires ARC |
Authors |
自适应键盘的 UIScrollView。
pod 导入:
pod ‘ALOKeyboardAware’。
使用时导入头文件 <#import "UIScrollView+ALOKeyboardAware.h">。
alo_autoResizeContent 决定是否自动更改 contentInset。
alo_autoScrollFirstResponder 决定是否自动将当前的第一响应者滚动到可见区域内。
使用时有一定限制,最好用在‘全屏’的 UIScrollView 上。
Latest podspec
{ "name": "ALOKeyboardAware", "version": "0.0.3", "summary": "Auto resizing content inset when keyboard showing.", "homepage": "https://github.com/andrew020/ALOKeyboardAware", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Andrew.Leo": "[email protected]" }, "platforms": { "ios": "6.0" }, "source": { "git": "https://github.com/andrew020/ALOKeyboardAware.git", "tag": "0.0.3" }, "source_files": "*.{h,m}", "requires_arc": true }
Sat, 18 Aug 2018 16:00:04 +0000