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
Not really sure what the root cause is as it looks like the delegate should be referencing PhoneNumberTextField as the UITextFieldDelegate, but this was a recent change and the code looked like the change I made before efb636b.
This is with Xcode 8.1 GM, on iOS 10.1 device.
The text was updated successfully, but these errors were encountered:
Getting this crash on line 175 in TextField.swift in my app, happens with both 4.0.7 and latest master:
If I change it to check textField(), it works:
Not really sure what the root cause is as it looks like the delegate should be referencing PhoneNumberTextField as the UITextFieldDelegate, but this was a recent change and the code looked like the change I made before efb636b.
This is with Xcode 8.1 GM, on iOS 10.1 device.
The text was updated successfully, but these errors were encountered: