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.
2 parents f09e17e + 6be5e5e commit bf094baCopy full SHA for bf094ba
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