chronotruck / FlagPhoneNumber

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

what happened to the flagButtonEdgeInsets? #136

Open lsamaria opened 5 years ago

lsamaria commented 5 years ago

FlagPhoneNumber', '0.7.8'

I'm using the above pod v '0.7.8'.

In pod s0.7.6 and below I used the flagButtonEdgeInsets property like so:

lazy var phoneNumberTextField: FPNTextField = { // NKVPhonePickerTextField
        let textField = FPNTextField()
        //....
       textField.flagButtonEdgeInsets = UIEdgeInsets(top: 10, left: 25, bottom: 10, right: 0)
        //...
}()

It's no longer available, did you rename it to something else?

ktiniatros commented 4 years ago

It's been a while, so you maybe found it @lsamaria , but anyway, you can do textField.flagButton.imageEdgeInsets = UIEdgeInsets(top: 10, left: 25, bottom: 10, right: 0).