WTScrollViewKeyboardManager 0.0.2

WTScrollViewKeyboardManager 0.0.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



  • By
  • Andrew Carter and WillowTree Apps

Deprecated

Please use WTAScrollViewKeyboardManager instead.

A class to manage scroll view content and scroll indicator insets when the keyboard appears and disappears

Features

Automatically manages scroll view offsets when the keyboard appears and disappears. Works with iPhone and iPad, and allows you to provide additional insets for the content and scroll indicator if needed.

Usage

WTScrollViewKeyboardManager *manager = [[WTScrollViewKeyboardManager alloc] initWithScrollView:[self scrollView] viewController:self];
[self setKeyboardManager:manager];

Demo

Demo