Releases: CosmicMind/Material
Releases · CosmicMind/Material
TabBar & Motion
- Updated to Motion 1.2.3.
- issue-919: Fixed issue where lifecycle methods were being called on tab item view controllers prematurely.
- pr-923: Merge PR that fixes issue-919.
- issue-931: Fixed issue where selectedTabItem was not updated correctly during a porgrammatic transition.
Layout
TabBar Colors
- issue-860: Updated TabBar color states and added an independent line color state.
Sample:
tabBar.setLineColor(Color.orange.base, for: .selected)
tabBar.setTabItemsColor(Color.grey.base, for: .normal)
tabBar.setTabItemsColor(Color.purple.base, for: .selected)
tabBar.setTabItemsColor(Color.green.base, for: .highlighted)
TabBar
TabBar
Carthage Cartfile
( Added Cartfile for Carthage package manager, which includes the Motion dependency.
Motion Submodule
- Updated Motion submodule to use
https
overgit@
.
Motion 2.11.2
- Updated to Motion 1.2.2.
TabsController
- Fixed duplicate
prepare
call inTabsController
.
Motion Subspec & Submodule Dependancy
- Updated the installation guide for Material, Material - It's time to download. Material now uses Motion as a submodule and CocoaPods dependancy.
- samples issue-70: Made an internal
_TabBarDelegate
to avoid needing to override theTabBarDelegate
inTabsController
.