Skip to content

v3.2.1.0 Bug fixes

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

Bugfixes:

  • Fixed an issue where textField was hiding behind keyboard when textField was in UIScrollView and it's contentSize is less than it's height.
  • Fixed an issue where shouldResignOnTouchOutside preventing tap to UIControl subclasses.
  • Fixed some next/previous issues related to UITableView.
  • Fixed an issue for UIPageViewController internal scrollView.

Debugging:

  • Enhanced logging by printing all internal calculation in console.

Improvements:

  • Improved swift version with recommended style guide.