v6.5.0 Bug fixes and improvements
- Added
IQ_KEYBOARD_MANAGER_LOAD_METHOD_DISABLE
compiler preprocessor to open an option to disable load method
- Improved handling of third party textField/textView libraries like YYTextView.
- Improved handling of contentInset setting by considering safeAreaInsets of UIScrollView.
- Fixed IQToolbar constraint violation problems
- Fixed an issue where searchBar on the navigationBar wrongly manipulating view controller's frame.
v6.3.0 Bug fixes with special hierarchy UIScrollView->UIStackView->UITextField structure
- Added Package.swift for Swift Package Manager.
- 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.
- Optimized UITableView and UICollectionView scroll handling.
v6.2.0 Fix keyboard next image
- Fixed an issue with keyboard next image display.
- Renamed searchBar to textFieldSearchBar due to conflicts from other projects.
- Added attributedPlaceholder in IQTextView.
- Multiline support for placeholder in IQTextView.
- Removed shouldShowTextFieldPlaceholder in favor of ** shouldShowToolbarPlaceholder**.
- Removed shouldHidePlaceholderText in favor of shouldHideToolbarPlaceholder.
- Removed placeholderText in favor of toolbarPlaceholder.
- Removed drawingPlaceholderText in favor of drawingToolbarPlaceholder.
- Removed preventShowingBottomBlankSpace since it's no longer used.
- Removed shouldFixInteractivePopGestureRecognizer since it's internally handled in v6.0.5.
- Removed canAdjustAdditionalSafeAreaInsets because it's internally handled in v6.0.0.