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
.