Skip to content

Releases: CosmicMind/Material

TabsController Update

29 Jul 18:54
Compare
Choose a tag to compare
  • issue-815: Fixed the TabBar line alignment issue when rotating the device orientation.

TabsController

27 Jul 04:33
Compare
Choose a tag to compare

Removed PageTabBarController and added the TabsController. Now removing the following issues and feature requests:

Scrollable

20 Jul 18:06
Compare
Choose a tag to compare
  • issue-811: Removed scrollable TabBar style, until feature is ready.

Rework

20 Jul 16:07
Compare
Choose a tag to compare
  • Added Motion framework to Material as new animation and transitions library.
  • Removed Capture.
  • Removed PhotoLibrary.
  • Removed Reminders.
  • issue-809: Fixed detailTextLabel visibility issue.
  • issue-797: Added back button hiding features to NavigationController.
  • issue-552: Fixed @objc declaration issues.
  • pr-662: Added the ability to set a text inset for a TextField.
  • pr-707: Moved the statusBarStyle extension to NavigationController from UINavigationController.
  • Updated Display to DisplayStyle and renamed corresponding properties, in ToolbarController, StatusBarController, SearchBarController, CaptureController, and ImageCard.

Motion

01 Apr 16:05
Compare
Choose a tag to compare
  • Fixed an issue where using child view controllers would break presenting and dismissing transition animations.

PageTabBarController

30 Mar 02:09
Compare
Choose a tag to compare
  • issue-608: Updated PageTabBarController to allow programmatic selection of the current index using the selectedIndex property.

Xcode 8.3

28 Mar 19:47
Compare
Choose a tag to compare
  • Updated for Xcode 8.3.

TextView

21 Mar 18:26
Compare
Choose a tag to compare
  • issue-704: Fixed an issue where TextView.clipsToBounds was revealing the scrollable text.
  • issue-663: Added the ability to add insets for the TextView.
  • issue-598: Added a placeholder to the TextView.

FABMenu

02 Mar 20:23
Compare
Choose a tag to compare
  • issue-695: Fixed issue with pr-696, where FABMenu was incorrectly being displayed used the SpringAnimation API.

NavigationBar

02 Mar 04:44
Compare
Choose a tag to compare
  • issue-681: Fixed regression where NavigationBar was not properly setting the background color.
  • Fixed issue where transitions using UINavigationController would sometimes flicker.