NKVPhonePicker v2.1.0 Release Notes

Release Date: 2019-06-26 // almost 5 years ago
  • ➕ 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 🙌


Previous changes from v2.0.3

    • ⚡️ Swift version update to 4.2 (thx to @saroar) ⬆
    • 🛠 Fixed duplicated file and ? icon name (@ARGAMX) 👏🏻
    • Added 2 methods for choosing the correct country if they have the same phone extension. (@Saikedo) ✔️

    🍱 Thanks for contributing!) 🔥