KeyboardObserving icon indicating copy to clipboard operation
KeyboardObserving copied to clipboard

⌨️A Combine-based way to observe and adjust for Keyboard notifications in SwiftUI

Results 6 KeyboardObserving issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/11909313/117265086-73685480-ae86-11eb-88a0-8f93d0737a05.png) my sceneDelegate added environment this error shown when sheet a view, if you gesture to close but not close,error will show~

duplicate

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.