All Versions
10
Latest Version
Avg Release Cycle
223 days
Latest Release
1357 days ago

Changelog History

  • v1.5.2

    August 05, 2020
  • v1.5.1

    August 09, 2019
  • v1.5 Changes

    August 06, 2019

    Migrated to Swift 5

  • v1.4.1

    February 22, 2016
  • v1.4 Changes

    September 22, 2015

    ๐Ÿฑ Swift 2.0 ๐ŸŽ‰
    Other bugs fix

  • v1.3

    September 10, 2015
  • v1.2

    July 17, 2015
  • v1.1.1 Changes

    February 09, 2015

    โž• Added two properties:

    var contentViewHasSameWidthWithScrollView: Bool
    var contentViewHasSameHeightWithScrollView: Bool

    These two properties will set whether contentView will have same width/height with scrollView

  • v1.1 Changes

    February 07, 2015

    ๐Ÿ›  Fixed NSNotification related crashes: UIKeyboardWillChangeFrameNotification

  • v1.0 Changes

    February 07, 2015
    • Scroll to proper position and make sure the active textField is visible when keyboard is showing
    • Customize top and bottom margin for textField
    • Dismiss keyboard when tap on scrollView
    • Dismiss keyboard on tap "Return"
    • ๐Ÿ‘Œ Support contentView and make your life with Auto Layout easier