|
|
|
|
|
by sandofsky
3971 days ago
|
|
In 2015, most apps shouldn't support anything below iOS 7. Create a constraint that attaches the input field to the bottom of the scrollview. One tradeoff is that dismissal doesn't start until your touch enters the real keyboard area. I'll take it, since it's safer than using KVO to observe private APIs. |
|
The library is not really using KVO to observe private APIs, bounds/center of UIView is public property.