KeyboardAvoider {}
A KeyboardAvoider for SwiftUI. Inspired by the simplicity of keyboard_avoider in Flutter.
Installation
Swift Package Manager
Create a Package.swift
file.
Cocoapods
How to use
Example:
FAQ
-
How to remove the extra space between the textfield and the keyboard
You can remove it by ignoring the
safe area layout - bottom
. Please see the Sample Project