Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geri-borbas/ios.package.keyboardlayoutguide
⌨️ Backported keyboardLayoutGuide for iOS 13 and 14.
https://github.com/geri-borbas/ios.package.keyboardlayoutguide
avoidance backport ios ios13 ios14 keyboard keyboardlayoutguide swift swift-package swift-package-manager uikit uilayoutguide uitextfield
Last synced: 4 days ago
JSON representation
⌨️ Backported keyboardLayoutGuide for iOS 13 and 14.
- Host: GitHub
- URL: https://github.com/geri-borbas/ios.package.keyboardlayoutguide
- Owner: Geri-Borbas
- License: mit
- Created: 2022-04-19T11:17:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T11:27:26.000Z (over 2 years ago)
- Last Synced: 2024-10-29T02:03:07.376Z (23 days ago)
- Topics: avoidance, backport, ios, ios13, ios14, keyboard, keyboardlayoutguide, swift, swift-package, swift-package-manager, uikit, uilayoutguide, uitextfield
- Language: Swift
- Homepage: https://blog.eppz.eu/keyboard-avoidance/
- Size: 8.79 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# KeyboardLayoutGuide
⌨️ Backported [`keyboardLayoutGuide`] for iOS 13 and 14.
https://user-images.githubusercontent.com/1779614/163884587-c11f4953-2f30-4b46-b36f-1fac9b32a017.mp4
Animate to text fields (or any responder), swipe down keyboard dismissal for free. See the corresponding article for more [Keyboard Avoidance with a single line of code].
## License
> Licensed under the [**MIT License**](https://en.wikipedia.org/wiki/MIT_License).
[`keyboardLayoutGuide`]: https://developer.apple.com/documentation/uikit/uiview/3752221-keyboardlayoutguide
[Keyboard Avoidance with a single line of code]: https://blog.eppz.eu/keyboard-avoidance/