Skip to content

Releases: Minitour/AZTabBarController

Version 1.4.4

27 Aug 10:33
d7611ca
Compare
Choose a tag to compare
  • Added function setButtonTabVisibility

SPM Support

23 Oct 09:36
ecd825d
Compare
Choose a tag to compare
1.4.3

Update Package.swift

Version 1.4.2

12 Apr 19:24
Compare
Choose a tag to compare
  • 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.

Release 1.3.2

22 Feb 15:22
Compare
Choose a tag to compare

Fixed a bug that caused a crash.

Swift 4.0 Support

03 Nov 14:38
Compare
Choose a tag to compare
1.3.1

Updated project.pbxproj

iPhone X Support

24 Oct 13:09
Compare
Choose a tag to compare
1.3.0

Added `currentTab`

Version 1.2.2

16 Jul 09:34
Compare
Choose a tag to compare
  • Added Title Support.
  • Changed View hierarchy .
  • Added removeHighlight function.
  • Added setTitle function.
  • Added getTitle function.
  • Added onlyShowTextForSelectedButtons variable.
  • Added font variable.

Fixed Constraint Bug

31 May 18:55
Compare
Choose a tag to compare
1.2.1

Updated podspec

Improved Source,Added new APIs

18 May 21:42
Compare
Choose a tag to compare
  • 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.

Version 1.1.3

26 Apr 14:12
Compare
Choose a tag to compare
  • Added shouldMoveToTabAtIndex
  • Added removeViewController
  • Added removeAction
  • Fixed selection indicator glitch