Commit 1819dd26 by Daniel Dahan

updated README

parent ebefc167
......@@ -54,7 +54,7 @@ class ViewController: UIViewController {
/// Prepares the toolbar
private func prepareToolbar() {
toolbar = Toolbar(frame: CGRectMake(0, 0, 300, 64))
toolbar = Toolbar()
view.addSubview(toolbar)
......
......@@ -149,6 +149,8 @@ MaterialColor is a complete Material Design color library available within Mater
MaterialIcon is a library of Google and CosmicMind icons that are available for use within your iOS applications. To help with icon choices, visit [MaterialIcon.io](http://www.materialicon.io).
![MaterialMaterialIcon](http://www.cosmicmind.io/MK/MaterialMaterialIcon.png)
<a name="materiallayer"></a>
#### MaterialLayer
......@@ -328,11 +330,15 @@ A SearchBar is a fully featured search bar that supports orientation changes, ba
A SearchBarController manages UIViewControllers using a SearchBar component.
![MaterialSearchBarController](http://www.cosmicmind.io/MK/MaterialSearchBarController.gif)
<a href="#sidenavigationcontroller"></a>
#### SideNavigationController
A SideNavigationController manages UIViewControllers that are available as hidden drawers on the left and right of the view port.
![MaterialSideNavigationController](http://www.cosmicmind.io/MK/MaterialSideNavigationController.gif)
<a name="captureview"></a>
#### CaptureView
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment