Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a2/KeyboardAvoiding
A SwiftUI view that manages a UIViewController that responds to keyboard events with modified additionalSafeAreaInsets.
https://github.com/a2/KeyboardAvoiding
swiftui
Last synced: 3 months ago
JSON representation
A SwiftUI view that manages a UIViewController that responds to keyboard events with modified additionalSafeAreaInsets.
- Host: GitHub
- URL: https://github.com/a2/KeyboardAvoiding
- Owner: a2
- License: mit
- Archived: true
- Created: 2019-06-07T10:04:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-08T15:40:06.000Z (over 5 years ago)
- Last Synced: 2024-07-13T16:51:22.049Z (4 months ago)
- Topics: swiftui
- Language: Swift
- Homepage:
- Size: 362 KB
- Stars: 183
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-about-SwiftUI - KeyboardAvoiding
- awesome-swiftui - A SwiftUI view that manages a UIViewController that responds to keyboard events with modified additionalSafeAreaInsets
README
# KeyboardAvoiding
A SwiftUI view that manages a UIViewController that responds to keyboard events with modified additionalSafeAreaInsets.
## Why KeyboardAvoiding?
| Without KeyboardAvoiding | With KeyboardAvoiding |
| ------------------------ | --------------------- |
| ![Screenshot](.github/without-keyboardavoiding.png) | ![Screenshot](.github/with-keyboardavoiding.png) |