Skip to content

Releases: CosmicMind/Material

TabBar & Motion

Choose a tag to compare

@daniel-jonathan daniel-jonathan released this 22 Oct 19:23
  • 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

Choose a tag to compare

@daniel-jonathan daniel-jonathan released this 19 Oct 17:07

TabBar Colors

Choose a tag to compare

@daniel-jonathan daniel-jonathan released this 19 Oct 15:38
  • 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

Choose a tag to compare

@daniel-jonathan daniel-jonathan released this 16 Oct 14:49

TabBar

Choose a tag to compare

@daniel-jonathan daniel-jonathan released this 15 Oct 20:51

Carthage Cartfile

Choose a tag to compare

@daniel-jonathan daniel-jonathan released this 12 Oct 01:23

( Added Cartfile for Carthage package manager, which includes the Motion dependency.

Motion Submodule

Choose a tag to compare

@daniel-jonathan daniel-jonathan released this 11 Oct 20:20
  • Updated Motion submodule to use https over git@.

Motion 2.11.2

Choose a tag to compare

@daniel-jonathan daniel-jonathan released this 11 Oct 06:25

TabsController

Choose a tag to compare

@daniel-jonathan daniel-jonathan released this 11 Oct 01:10
  • Fixed duplicate prepare call in TabsController.

Motion Subspec & Submodule Dependancy

Choose a tag to compare

@daniel-jonathan daniel-jonathan released this 10 Oct 16:44