Anton Nazarov
Anton Nazarov
Remove deprecated LaunchImage to avoid Xcode warning
Setting both `errorVerticalOffset` and `textInsets.bottom` produce unexpected behavior. Cursor is shown only partly. Sample project: just new project with added `ErrorTextField` (without height constraints). And: ```swift override func viewDidLoad() {...
Currently, `withUnretained` defined only for Observable. Wouldn't it be useful to add it for all traits?
A simple instance of UIScrollView with UITextField in contentView. I can attach a sample project if it's needed. ```swift RxKeyboard.instance.visibleHeight .debug("RxKeyboard") .drive(onNext: { [scrollView] in scrollView?.contentInset.bottom = $0 }) .disposed(by:...
Hi, thank you for your great work! This PR allows migrate ReactorKit on Behavior & Publish Relays instead of own types.