Releases: uias/Tabman
Releases · uias/Tabman
0.5.2
0.5.1
0.5.0
Major improvements to insetting behaviour.
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
.
0.5.0 Beta 3
Improvements to auto-insetting behaviour.
Added
requiredInsets
(TabmanBarInsets
) property toTabmanBarConfig
.- This replaces
requiredContentInset
and provides inset values for the bar and any layout guides that are applicable.
- This replaces
Updated
- Auto-insetting is now available for any
UIScrollView
subviews contained within a child view controller. - Another fresh coat of paint!
Removed
- Removed
requiredContentInset
property fromTabmanBarConfig
.
0.5.0 Beta 2
Minor improvements and fixes to auto-insetting behaviour.
Updated
- Renamed
shouldAutomaticallyInsetChildScrollViews
toautomaticallyAdjustsChildScrollViewInsets
. - Internal refactoring and documentation updates.
- Added support for improved automated releases.
Fixed
- Fixed issue with
automaticallyAdjustsScrollViewInsets
property which causedcontentInset
issues withUITableView
.
For the full list of proposed changes in 0.5.0, please see the milestone.
0.5.0 Beta 1
Initial 0.5.0 release - with numerous enhancements to Tabman.
Added
- #30 Added Carthage support.
- #43 Added automatic insetting behaviour for
UITableView
andUICollectionView
components in child view controllers.
Updated
- Moved
TabmanViewController
initialisation code fromloadView
toviewDidLoad
. - Updated documentation to better describe insetting child view controller contents.
For the full list of proposed changes in 0.5.0, please see the milestone.