TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Apr 2015 |
Maintained by Oliver Letterer.
SLScrollViewKeyboardSupport auto adjusts UIScrollViews contentInset based on the first responder.
SLScrollViewKeyboardSupport
.SLScrollViewKeyboardSupport
instance will observe keyboard notifications and adjusts the scrollViews contentInset if the firstResponder lies in scrollView.- (void)loadView
{
UIScrollView *scrollView = ...;
SLScrollViewKeyboardSupport *support = [[SLScrollViewKeyboardSupport alloc] initWithScrollView:scrollView];
}
MIT