All Versions
86
Latest Version
Avg Release Cycle
28 days
Latest Release
-
Changelog History
Page 9
Changelog History
Page 9
-
v0.4.5 Changes
๐ Released on 2017-04-05.
๐ Fixed
- ๐ #50 Fixed memory retain issue with
TabmanBarConfig
.delegate
property.
- ๐ #50 Fixed memory retain issue with
-
v0.4.4 Changes
๐ Released on 2017-04-04.
โก๏ธ Updated
- ๐ New artwork and colours for the repo & example app.
๐ Fixed
- ๐ Fix issue where
requiredContentInset
property onTabmanViewController.bar
would consistently have incorrect values.- Partial fix for #42 - automatic insetting for child view controllers still under development.
-
v0.4.3 Changes
๐ Released on 2017-03-30.
โ Added
- โ Additional tests to improve coverage.
โก๏ธ Updated
- โก๏ธ Updated
interaction.isScrollEnabled
to betrue
by default inTabmanBar.Appearance
.
๐ Fixed
- ๐ Fixed issue where internally managed
TabmanBar
could potentially be below other subviews.
-
v0.4.2 Changes
๐ Released on 2017-03-28.
โ Added
- ๐ New
.buttonBar
style, which features a static button bar with equally distributed spacing.
โก๏ธ Updated
- ๐
Refactored old
.buttonBar
style to.scrollingButtonBar
. This is the new default style. - ๐
A few of the previously
public
properties on variousTabmanBar
styles are nowinternal
. These should always be updated via theTabmanBar.Appearance
object.
๐ Fixed
- Issues where certain appearance properties were not always adhered to correctly.
- Issues with
compresses
/bounces
properties inTabmanBar.Appearance
. New behaviour simply takesbounces
as precedence and ignorescompresses
. - A few minor layout issues that would appear when setting custom layout appearance properties.
- ๐ New
-
v0.4.1 Changes
๐ Released on 2017-03-23.
โ Added
- Bottom separator view to
TabmanBar
.- This can be customised via
style.bottomSeparatorColor
inTabmanBar.Appearance
.
- This can be customised via
- ๐
Compressing indicator transition style.
- Indicator will compress when over scrolling at the end of page ranges rather than bouncing.
- Enabled via
indicator.compresses
inTabmanBar.Appearance
.
- Ability to embed internally managed
TabmanBar
in an external view toTabmanViewController
.- Accessible via
embedBar(inView:)
anddisembedBar()
.
- Accessible via
โก๏ธ Updated
- ๐
Renamed
.none
to.clear
inTabmanBarBackgroundView.BackgroundStyle
.
- Bottom separator view to
-
v0.4.0 Changes
๐ Released on 2017-03-20.
Initial Tabman release - A powerful paging view controller with indicator bar for iOS