chronotruck / FlagPhoneNumber

A formatted phone number UITextField with country flag picker.
Apache License 2.0
437 stars 317 forks source link

Remove input accessory view for the text field #151

Closed netgfx closed 4 years ago

netgfx commented 4 years ago

Describe the bug Setting .inputAccessoryView = UIView() doesn't remove the accessory Done button for the textField.

Smartphone (please complete the following information):

Additional context If there is a way to do this please advice.

netgfx commented 4 years ago

ah yes according to documentation it needs to be like this: .textFieldInputAccessoryView = UIView() and it works.