Material v1.34.0 Release Notes

    • ➕ 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.