chronotruck / FlagPhoneNumber

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

adding FlagButton Objective-C support (@objc var) #129

Open raduncicen opened 4 years ago

raduncicen commented 4 years ago

Is your feature request related to a problem? Please describe. I cannot deactivate(use setEnable:) flagbutton in Objective-C and i need to use it in certain circumstances.

Describe the solution you'd like Add @objc to flagbutton. Ex: @objc public var flagButton: UIButton = UIButton()