Features
- Added
preventShowingBottomBlankSpace/disableScrollViewContentInsetAdjustmentoption to prevent automaticcontentInsetchanges on scroll views when the keyboard appears.
Improvements
- Adopted
UIWindowScenefor iOS 13 window management. - Simplified singleton implementation (#1658).
- Embedded image resources as Base64-encoded data to resolve SPM and Carthage bundle issues (#1631, #1657).
- Moved
UIViewControllerextension into its ownIQUIViewController+Additionsfile.
Bug fixes
- Fixed scroll-indicator inset positioning (#1655).
- Stopped applying
keyboardDistanceFromTextFieldto scroll-viewcontentInsetto avoid over-scrolling. - Renamed internal
placeholderLabeltoIQ_PlaceholderLabelto avoid naming conflicts (#1591). - Removed the YYTextView demo entry that was causing unrelated issues.