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
The issue is related to the fact that UITextField now implements -didMoveToWindow without calling the super method implementation. Since bindings are set at the UIView level by swizzling this method, they therefore break for UITextField.
With iOS 12 (at least with beta 4),
UITextField
bindings do not work anymore.The text was updated successfully, but these errors were encountered: