Features
- Exposed
keyboardFrameas a public variable for external observation. - Added a keyboard-size change notifier to allow the host app to react to frame changes.
Improvements
- Replaced the
+initializeObjective-C proxy with a direct initialization call to avoid known pitfalls (#1905).
Bug fixes
- Fixed calculation differences when a view controller is presented modally with the new iOS 13 sheet style (#1649).
- Added handling for the iOS 16
findInteractionAPI withinUITextView(#1908). - Fixed a runtime crash on iOS 12 with Xcode 14:
dyld: Library not loaded: /usr/lib/swift/libswiftCoreGraphics.dylib. - Fixed a bug where navigating to the next text field did not work if the field refused to become first responder.
- Fixed various backwards Xcode compatibility issues.