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!) ๐Ÿ”ฅ