Skip to content

Releases: Minitour/AZTabBarController

Added New Transition Effect, Changed Method Names

17 Apr 14:35
Compare
Choose a tag to compare

Added new Transition Effect, disabled by default, use
.animateTabChange = true to enable it.

Changed methods names:
.set(badgeText: , atIndex:) to .setBadgeText(:,atIndex:)

.set(viewController:,atIndex:) to .setViewController(:,atIndex:)

.set(selectedIndex:,animated:) to .setIndex(:,animated:)

.set(action:, atIndex:) to .setAction(atIndex: Int, action:)

Added Extra default parameters to .setBar

Fixed Bug

13 Apr 15:47
Compare
Choose a tag to compare

Fixed bug where if you set the current index before loading the view it would crash.

Version 1.1.0

11 Apr 21:13
Compare
Choose a tag to compare

Added:

  • highlightColor
  • highlightedBackgroundColor
  • ignoreIconColors

Updated:

  • Made delegate optional and weak.
  • Made controllers an array of optional UIViewController instead of NSMutableDictionary.
  • Made actions an array of optional AZTabBarAction instead of NSMutableDictionary.

Made some small modifications and bug fixes.

Added a public extension for UIViewController which allows access to a var called currentTabBar.
This var is an optional AZTabBarController. If there is no tab bar it will return nil.

Fixed nil badge value issue

14 Feb 22:14
Compare
Choose a tag to compare

Fixed a bug where on launch the tab bar could cause a crash by trying to access an nil value.

System Sound Support

06 Feb 11:58
Compare
Choose a tag to compare
  • Added an option to play a sound effect after clicking a tab.
  • Fixed nil delegate crash

Improved UI and UX

03 Feb 16:10
Compare
Choose a tag to compare

Added bounce animation for each tab.
Added more customization options.
Added more documentation.
Removed XIB (AZTabBarController is loaded 100% programmatically now).

Delegate Support

11 Jan 15:05
Compare
Choose a tag to compare
1.0.6

Added Delegate support

v1.0.5 update

10 Jan 20:28
Compare
Choose a tag to compare
  • Added support for 2 icon versions, this means you can now set an image for selected mode and default mode.
  • Added documentation.
  • Added notificationBadgeAppearance property to allow you to design the badge as well.
  • Made the property selectedIndex read only.

1.0.4

10 Jan 09:51
Compare
Choose a tag to compare
Update podspec

1.0.3

10 Jan 09:48
Compare
Choose a tag to compare
Fixed temporary solution