chronotruck / FlagPhoneNumber

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

Customization issue in ObjectiveC #144

Open Jagathesh-IOS opened 4 years ago

Jagathesh-IOS commented 4 years ago

I tried to show the list style instead of pickerview style. So, i did some customization work but, i can't get the selected country.

Note the below line & how to use this in ObjectiveC

listController.didSelect = { [weak self] country in self?.textField.setFlag(countryCode: country.code)