All Versions
11
Latest Version
Avg Release Cycle
128 days
Latest Release
1342 days ago

Changelog History
Page 1

  • v1.4.3

    October 23, 2020
  • v1.4.2 Changes

    April 12, 2019
    • Made AZTabBarController open. Now the class can be subclassed and extended. Close #48.
    • ๐Ÿ›  Fixed bug when unwrapping optional values. Close #53.
    • ๐Ÿ›  Fixed bug where highlighted button title would not get the highlight tint. Close #41.
  • v1.4.1

    March 28, 2019
  • v1.4.0

    October 02, 2018
  • v1.3.2 Changes

    February 22, 2018

    ๐Ÿ›  Fixed a bug that caused a crash.

  • v1.3.1

    November 03, 2017
  • v1.3.0

    October 24, 2017
  • v1.2.2 Changes

    July 16, 2017
    • โž• Added Title Support.
    • ๐Ÿ”„ Changed View hierarchy .
    • โž• Added removeHighlight function.
    • โž• Added setTitle function.
    • โž• Added getTitle function.
    • โž• Added onlyShowTextForSelectedButtons variable.
    • โž• Added font variable.
  • v1.2.1

    May 31, 2017
  • v1.2.0 Changes

    May 18, 2017
    • ### โšก๏ธ Updated constraints to the new constraints API of iOS 9.0
    • โž• Added new APIs:

      • insertTab: Insert a tab at a certain index.
      • removeTab: Remove a tab at a certain index.
      • setTabIcon: Change the tab icon at a certain index.
    • โšก๏ธ Updated source code structure.