GNKeyboardAwareScrollView 0.1.5

GNKeyboardAwareScrollView 0.1.5

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Sep 2015

Maintained by Jakub Knejzlik.



  • By
  • Jakub Knejzlik

Welcome to Keyboard aware UIScrollView

This library consists of:

  • GNKeyboardAwareScrollView - adjusts reachable area for keyboard appearance
  • GNTextFieldsManager - helps with handling many textfields and navigating between them by next keyboard button

Instalation

You can directly download source code and import it to your project, or use cocoapods:

pod "GNKeyboardAwareScrollView"

GNKeyboardAwareScrollView

Many developers struggle with UIScrollView covered with keyboard. This class helps to ease the pain of observing keyboard notifications and automatically adjusts it's contentInset to ensure that whole scroll area is reachable.

All you need to do is add it as subview. It handles everything else.