Skip to content

v6.3.0 Bug fixes with special hierarchy UIScrollView->UIStackView->UITextField structure

Compare
Choose a tag to compare
@hackiftekhar hackiftekhar released this 26 Sep 10:12
· 267 commits to master since this release

Features

  • Added Package.swift for Swift Package Manager.

Bug fixes

  • Handled a case where Window Size is not equals to Screen Bounds.
  • Fixed an issue where user was not able to set toolbarDoneBarButtonItemText and setTarget to doneBarButton simultaniously.
  • Fixed an issue where keyboard was not preserving distance from textField when UITextField is embedded in UIStackView and UIStackView is embedded inside UIScrollView.

Improvements

  • Optimized UITableView and UICollectionView scroll handling.