Skip to content

Releases: CosmicMind/Material

TabBar & Motion

22 Oct 19:23

Choose a tag to compare

  • 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

19 Oct 17:07

Choose a tag to compare

TabBar Colors

19 Oct 15:38

Choose a tag to compare

  • 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

16 Oct 14:49

Choose a tag to compare

TabBar

15 Oct 20:51

Choose a tag to compare

Carthage Cartfile

12 Oct 01:23

Choose a tag to compare

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

Motion Submodule

11 Oct 20:20

Choose a tag to compare

  • Updated Motion submodule to use https over git@.

Motion 2.11.2

11 Oct 06:25

Choose a tag to compare

TabsController

11 Oct 01:10

Choose a tag to compare

  • Fixed duplicate prepare call in TabsController.

Motion Subspec & Submodule Dependancy

10 Oct 16:44

Choose a tag to compare