Skip to content

Commit ea61774

Browse files
author
Nick
committed
Updated Readme and restructured repo
1 parent 3c0ef05 commit ea61774

File tree

12 files changed

+16
-12
lines changed

12 files changed

+16
-12
lines changed

KeyboardObserving/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

KeyboardObserving/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
File renamed without changes.

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
1-
# KeyboardObserving
2-
A Combine-based way to observe and adjust for Keyboard notifications in SwiftUI
1+
# Keyboard Observing ⌨️
2+
### A Combine-based solution for observing and avoiding the keyboard in SwiftUI.
3+
4+
![Swift Support](https://img.shields.io/badge/Swift-5.1-orange.svg)
5+
![Platform](https://img.shields.io/badge/Platforms-iOS-lightgray.svg?style=flat)
6+
[![SwiftPM Compatible](https://img.shields.io/badge/SwiftPM-Compatible-brightgreen.svg)](https://swift.org/package-manager/)
7+
8+
## About
9+
10+
This package give you the ability to observe changes to keyboard state using the `Keyboard` `ObservableObject` type.
11+
12+
It also provides a `KeyboardObservingView` that adjusts it's content to avoid the keyboard.
13+
14+
## Demo
15+
16+
![Demo](./images/demo.gif)
File renamed without changes.

images/demo.gif

354 KB
Loading

0 commit comments

Comments
 (0)