All Versions
10
Latest Version
Avg Release Cycle
84 days
Latest Release
1765 days ago

Changelog History

  • v2.1.0 Changes

    June 26, 2019

    โž• 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 ๐Ÿ™Œ

  • v2.0.3 Changes

    December 18, 2018
    • โšก๏ธ 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!) ๐Ÿ”ฅ

  • v2.0.2

    April 12, 2018
  • v2.0.1 Changes

    February 28, 2018

    ๐Ÿ”จ This is a major update with totally code refactoring and some new features.

    What's new:

    • Searching with phone extensions, not only with country names;
    • Right to left orientation feature;
    • One model NKVSource for country, countryCode and phone extension;
    • โšก๏ธ Updated example and gif;
    • Huge code refactoring;
    • โž• Added some patterns to the countries bundle;
    • Fully comments coverage.

    Usage

    ...textField.rightToLeftOrientation = true
    

    Please, open an issue if need additional functional!

  • v2.0.0

    February 28, 2018
  • v1.2.1

    November 24, 2017
  • v1.2.0 Changes

    October 17, 2017

    What's new?

    • โšก๏ธ Updated to swift 4.0
    • โž• Added AppIcon to example
    • Switched pattern for example to Indian
    • ๐Ÿ›  Fixed ios 11 bug.
  • v1.1.0 Changes

    August 26, 2017

    What's new?

    • โž• Added possibility to choose a phone format patterns (# ### ### ## ##)
    • โœ‚ Removed unnecessary getters
    • Plus is now a separate UILabel
    • ๐Ÿ›  Fixed minor and major bugs
  • v1.0.2

    June 12, 2017
  • v1.0.1

    May 31, 2017