Releases: CosmicMind/Material
Releases · CosmicMind/Material
TabsController Update
- issue-815: Fixed the TabBar line alignment issue when rotating the device orientation.
TabsController
Scrollable
- issue-811: Removed scrollable TabBar style, until feature is ready.
Rework
- 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 toNavigationController
. - 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 toNavigationController
fromUINavigationController
. - Updated
Display
toDisplayStyle
and renamed corresponding properties, inToolbarController
,StatusBarController
,SearchBarController
,CaptureController
, andImageCard
.
Motion
- Fixed an issue where using child view controllers would break
presenting
anddismissing
transition animations.
PageTabBarController
- issue-608: Updated
PageTabBarController
to allow programmatic selection of the current index using theselectedIndex
property.
Xcode 8.3
- Updated for Xcode 8.3.
TextView
FABMenu
NavigationBar
- issue-681: Fixed regression where
NavigationBar
was not properly setting the background color. - Fixed issue where transitions using
UINavigationController
would sometimes flicker.