KeyboardObserving
KeyboardObserving copied to clipboard
⌨️A Combine-based way to observe and adjust for Keyboard notifications in SwiftUI
 my sceneDelegate added environment this error shown when sheet a view, if you gesture to close but not close,error will show~
Thanks for creating this Nick. I had a use case which required a slight modification that I thought might be useful for others. Let's say we have this: ``` struct...
* Added empty Example to the library. * It will be useful if `KeyboardObservingView` will return Keyboard object as a parameter to ViewBuilder: ```swift KeyboardObservingView { keyboard in // }...
It would be nice to have a sample project demonstrating this framework's use in a variety of contexts.
Since we have SPM and CocoaPods, we should round it out with Carthage support too.