Skip to content

Commit 600e51f

Browse files
committed
Add README to example project
1 parent 6562128 commit 600e51f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Example/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# RxKeyboardExample
2+
3+
This is an example messenger application using RxKeyboard.
4+
5+
![rxkeyboard-example](https://cloud.githubusercontent.com/assets/931655/22062707/625eea7a-ddbe-11e6-9984-529abae1bd1a.gif)
6+
7+
## Building Project
8+
9+
1. Install CocoaPods libraries.
10+
11+
```console
12+
$ pod install
13+
```
14+
15+
2. Open **`RxKeyboardExample.xcworkspace`** file.
16+
3. Press <kbd>⌘</kbd> + <kbd>R</kbd> to build and run the project.

0 commit comments

Comments
 (0)