Releases: CosmicMind/Material
Releases · CosmicMind/Material
NavigationBar
- issue-597: Fixed an issue where
NavigationBar
was not adjusting to all sizes correctly when using modal presentation styles. - Fixed an issue when
cornerRadius
was not being calculated correctly when theCALayer
was rotated.
Snackbar
Grid & StatusBar
- issue-613: Fixed an issue where the Grid system was not laying out in all cases that it should.
- Removed
statusBarStyle
andisStatusBarHidden
properties fromRootController
types, in favor of using theApplication
class.StatusBarController
now providesstatusBarStyle
andisStatusBarHidden
properties.
NavigationDrawerController
- issue-553: Fixed an issue where the
NavigationDrawerController.leftViewController
was sizing incorrectly.
RootController
- issue-610: Fixed issue where the
RootController.rootViewController
was not transitioning correctly when using certain UIViewController types.
ContentViewAlignment
- Added the ability to modify the
contentViewAlignment
of aNavigationItem
dynamically. - Renamed the
ContentViewAlignment.any
value toContentViewAlignment.full
.
Card Types
- Minor updates to
Card
types for code clarity.
ImageCard
- Fixed issue where
ImageCard
was not ordering theUIImageView
behind theToolbar
correctly.
Motion & CAAnimation
- Fixed an issue where iOS animations with
Motion
were not correctly writing their end value usingCAAnimationDelegate
.
NavigationBar
- Fixed an issue where the
NavigationBar.backButton
was not placed at the most left position when present.