Skip to content

v3.2.0.2 UICollectionView support

Compare
Choose a tag to compare
@hackiftekhar hackiftekhar released this 17 Mar 04:37
· 1044 commits to master since this release

Bugfixes:

  • Fixed an overflow crash with textFieldViewDidChange.
  • Fixed an issue where some textField refuse to resign specially when textFields were on UITableView and tableView reload on textFieldShouldEndEditing.
  • Fixed an scrolling issue with UIScrollView and it's subclasses.

Enhancement:

  • Instance variable name changes.
  • Restructured project.
  • Added support for UICollectionView.

Features:

  • Added preventShowingBottomBlankSpace property.
  • Added IQAutoToolbarByPosition.
  • Fully updated Swift version to match Objective-C version.

Documentation:

  • Improved README and added some more documentation on how to use library.