You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,8 @@
7
7
8
8
RxKeyboard provides a reactive way of observing keyboard frame changes. Forget about keyboard notifications. It also perfectly works with `UIScrollViewKeyboardDismissMode.interactive`.
-<a name="tip-toolbar" href="#tip-toolbar">🔗</a>**I want to make `UIToolbar` move along with the keyboard in an interactive dismiss mode. (Just like the wonderful GIF above!)**
56
69
57
70
If you're not using Auto Layout:
@@ -74,7 +87,7 @@ RxKeyboard.instance.frame
74
87
.addDisposableTo(disposeBag)
75
88
```
76
89
77
-
>**Note**: In real world, you should use `setNeedsLayout()` and `layoutIfNeeded()` with animation block. See the [demo project](https://github.com/devxoul/RxKeyboard/blob/master/Demo/Sources/ViewControllers/ViewController.swift#L62-L70) for example.
90
+
>**Note**: In real world, you should use `setNeedsLayout()` and `layoutIfNeeded()` with animation block. See the [demo project](https://github.com/RxSwiftCommunity/RxKeyboard/blob/master/Demo/Sources/ViewControllers/MessageListViewController.swift#L92-L105) for example.
78
91
79
92
- Anything else? Please open an issue or make a Pull Request.
0 commit comments