Skip to content

Swift 5.0 update

Compare
Choose a tag to compare
@NikKovIos NikKovIos released this 26 Jun 06:49
· 11 commits to master since this release

Added the prefill method:

let source = NKVSource(countryCode: "ru")
textField.setCurrentCountryInitially = false
textField.preFillText(source: source, number: 7999432423)

Thanks @shahbaz-saleem for pushing me to update to swift 5.0 😁
Thanks @artemy-ant for some features 🙌