github CosmicMind/Material 1.40.1
SideNavigationController & MaterialIcon

latest releases: 3.1.8, 3.1.7, 3.1.6...
8 years ago
  • Fixed issue where initializing a Toolbar in a method was causing an ambiguous initializer error (issue-363).
  • Added Boolean properties to SideNavigationController to enable and disable gestures (issue-365).
sideNavigationController.enabled = true

sideNavigationController.enabledLeftView = true
sideNavigationController.enabledLeftTapGesture = true
sideNavigationController.enabledLeftPanGesture = true

sideNavigationController.enabledRightView = true
sideNavigationController.enabledRightTapGesture = true
sideNavigationController.enabledRightPanGesture = true
  • Updated the SideNavigationController leftThreshold and rightThreshold to 64 as a default.
  • Updated MaterialIcon images to work better with CocoaPods (issue-362).

Don't miss a new Material release

NewReleases is sending notifications on new releases.