All Versions
86
Latest Version
Avg Release Cycle
28 days
Latest Release
-
Changelog History
Page 8
Changelog History
Page 8
-
v0.6.2 Changes
π Released on 2017-06-19.
β Added
- π #77 Support for Right-To-Left languages.
- Tabman & Pageboy both now fully support localization for right-to-left language layout.
β‘οΈ Updated
- Pageboy to
1.2
π Fixed
- #91 Issue where title labels in
TabmanBar
could appear to be using different font sizes due to incorrect layout compression.
- π #77 Support for Right-To-Left languages.
-
v0.6.1 Changes
π Released on 2017-06-18.
β Added
minimumItemWidth
toAppearance.Layout
.- Allows for specification of the minimum width an item in a scrolling
TabmanBar
must be for display. - By AlexZd
- Allows for specification of the minimum width an item in a scrolling
Item
typealias forTabmanBar.Item
toTabmanViewController
.
β‘οΈ Updated
- Pageboy to
1.1.2
.
-
v0.6.0 Changes
π Released on 2017-06-14.
β Added
TabmanBarDelegate
delegate property toTabmanBar.Config
.- Ability to dictate whether a bar item should be selected.
- Available via
bar(shouldSelectItemAt index: Int) -> Bool
inTabmanBarDelegate
. - By FΓ‘bio Bernardo.
- Available via
- Ability to hide
TabmanBar
if only one item is provided.- Available via
shouldHideWhenSingleItem
inTabmanBar.Appearance.State
. - By Diogo Brito
- Available via
β‘οΈ Updated
- π¨ Refactored
TabmanBarItem
toTabmanBar.Item
. - π¨ Refactored
TabmanBarConfig
toTabmanBar.Config
.
π Fixed
- π Fixed issue where
useRoundedCorners
would not work on line indicators. - π Fixed issue where bar would incorrectly layout with superview layout changes.
-
v0.5.3 Changes
π Released on 2017-06-09.
β Added
- β Added
itemSelected(at index: Int)
function toTabmanBar
.- Informs the
TabmanViewController
that an item in the bar has been selected.
- Informs the
- β Added
construct(in contentView: UIView, for items: [TabmanBarItem])
function toTabmanBarLifecycle
. - β Added
add(indicator: TabmanIndicator, to contentView: UIView)
function toTabmanBarLifecycle
.
β Removed
- β Removed
constructTabBar(items: [TabmanBarItem])
fromTabmanBarLifecycle
. - β Removed
addIndicatorToBar(indicator: TabmanIndicator)
fromTabmanBarLifecycle
.
- β Added
-
v0.5.2 Changes
π Released on 2017-06-07.
β‘οΈ Updated
- β‘οΈ Updated
Pageboy
tov1.1.0
.
- β‘οΈ Updated
-
v0.5.1 Changes
π Released on 2017-05-24.
β Added
itemDistribution
property toTabmanBar.Appearance.Layout
.- Allows for centre aligning items within a bar. #71
β‘οΈ Updated
- π Improvements to documentation.
- π¨ Minor refactoring to
TabmanBar.Appearance
.
-
v0.5.0 Changes
π Released on 2017-05-14.
β Added
- β Added Carthage support #30.
- β Added automatic child view controller insetting behaviour #43.
- This will automatically inset any
UIScrollView
content that is present in child view controllers to appear correctly withTabmanBar
. - Enabled by default with the
automaticallyAdjustsChildScrollViewInsets
property onTabmanViewController
.
- This will automatically inset any
- β Added
requiredInsets
TabmanBar.Insets
object toTabmanBarConfig
.- Provides inset values for all components required to manually inset content correctly for a
TabmanBar
. - Replaces
requiredContentInset
.
- Provides inset values for all components required to manually inset content correctly for a
β‘οΈ Updated
- β Added a fresh coat of paint.
- π Deprecated
requiredContentInset
onTabmanBarConfig
. - π Move initialisation logic to
viewDidLoad
fromloadView
.
-
v0.4.8 Changes
π Released on 2017-04-20.
β‘οΈ Updated
- π Pod releases are now locked to a specific version of
Pageboy
.
π Fixed
- π Fixed deprecation warning for
PageboyViewController.PageIndex
API update. - β‘οΈ #58 Fixed missing delegate function from
PageboyViewControllerDelegate
API update.
- π Pod releases are now locked to a specific version of
-
v0.4.7 Changes
π Released on 2017-04-11.
β‘οΈ Updated
- β‘οΈ Updated dependencies.
π Fixed
- π
#51 Fixed issue with using custom font on bar styles other than
.scrollingButtonBar
.
-
v0.4.6 Changes
π Released on 2017-04-06.
β‘οΈ Updated
- β‘οΈ Updated podspec to use latest versions of
Pageboy
which contain numerous fixes.
- β‘οΈ Updated podspec to use latest versions of