Skip to content

v5.0.0 Swift4 support, backward compatible till Swift3

Choose a tag to compare

@hackiftekhar hackiftekhar released this 17 Mar 04:22
· 501 commits to master since this release

Bugfixes:

  • Fixed an issue where custom bar button actions wasn't not passing UITextField/UITextView object to method.

Features:

  • Added shouldIgnoreScrollingAdjustment property in UIScrollView category to prevent scrollView to scroll to adjust textField position. This will be useful if there are nested UIScrollView are having and we should like to scroll an specific one to autoscroll to correct position.

Improvements:

  • Converted project to support swift4, with backward compatibility of swift3.2 and swift 3.0.
  • Migrated from #import statements to @import.

Deprecations and Removed:

  • Removed localizable.strings files from Bundle since it's no longer useful.