We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25afe89 commit 6be5e5eCopy full SHA for 6be5e5e
README.md
@@ -72,7 +72,7 @@ RxKeyboard.instance.frame
72
```swift
73
RxKeyboard.instance.visibleHeight
74
.drive(onNext: { keyboardVisibleHeight in
75
- toolbar.frame.origin.y = self.view.height - toolbar.frame.height - keyboardVisibleHeight
+ toolbar.frame.origin.y = self.view.frame.height - toolbar.frame.height - keyboardVisibleHeight
76
})
77
.disposed(by: disposeBag)
78
```
0 commit comments