Releases: Minitour/AZTabBarController
Releases · Minitour/AZTabBarController
Version 1.4.4
SPM Support
1.4.3 Update Package.swift
Version 1.4.2
Release 1.3.2
Fixed a bug that caused a crash.
Swift 4.0 Support
1.3.1 Updated project.pbxproj
iPhone X Support
1.3.0 Added `currentTab`
Version 1.2.2
- Added Title Support.
- Changed View hierarchy .
- Added
removeHighlight
function. - Added
setTitle
function. - Added
getTitle
function. - Added
onlyShowTextForSelectedButtons
variable. - Added
font
variable.
Fixed Constraint Bug
1.2.1 Updated podspec
Improved Source,Added new APIs
-
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
- Added
shouldMoveToTabAtIndex
- Added
removeViewController
- Added
removeAction
- Fixed selection indicator glitch