Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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) |