github CosmicMind/Material 1.34.0
UIViewController Navigation Library

latest releases: 3.1.8, 3.1.7, 3.1.6...
8 years ago

A new feature has been added. Navigation ViewControllers that simplify complex UI hierarchies and provide a mechanism to animate transitions between UIViewControllers.

*** Updates ***

  • Added App example project in Examples/Programmatic.
  • Added ControlView.
  • Added StatusBarView.
  • NavigationViewController is now NavigationBarViewController.
  • Added StatusBarViewController.
  • Added SearchBarViewController.
  • MaterialSwitch now supports setting the "on", "selected", "highlighted", and "switchState" properties to toggle the state of the control.
  • MaterialSwitch now supports setOn(on: Bool, animated: Bool) method to switch the state of the control.
  • MaterialSwitch now supports 'on', 'highlighted', 'selected', 'state', and 'switchState' public mutators.
  • MaterialSwitchDelegate updated 'materialSwitchStateChanged' delegation method to only pass a reference to the control, rather than control and state value.
  • Added MenuViewController.
  • SideNavigationBarViewController is now SideNavigationViewController.
  • UIViewController Optional property sideNavigationBarViewController is now sideNavigationViewController.
  • Added TextField placeholderTextColor property to set the placeholder text color.
  • TextField detailLabel property hides automatically when typing.
  • TextField now supports a custom clear UIButton by setting the clearButton property.

Don't miss a new Material release

NewReleases is sending notifications on new releases.