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
Maybe, it's not RxKeyboard problem, however implementing it with raw NotificationCenter resolves the issue.
Changing RxKeyboardsubscription code to async (code smell) also resolves the issue:
A simple instance of UIScrollView with UITextField in contentView. I can attach a sample project if it's needed.
After assigning zero (keyboard hides) it reverts back to previous value. Output:
Maybe, it's not
RxKeyboard
problem, however implementing it with rawNotificationCenter
resolves the issue.Changing
RxKeyboard
subscription code to async (code smell) also resolves the issue:Maybe I just don't understand something. Could u please share your thoughts?
The text was updated successfully, but these errors were encountered: