Commit 4cfa3cb2 by Daniel Dahan

updated readme

parent aff82460
...@@ -11,25 +11,25 @@ MaterialKit is now on CocoaPods under the name [MK](https://cocoapods.org/?q=MK) ...@@ -11,25 +11,25 @@ MaterialKit is now on CocoaPods under the name [MK](https://cocoapods.org/?q=MK)
![MaterialKitPreview](http://www.materialkit.io/MaterialKitPreview.gif) ![MaterialKitPreview](http://www.materialkit.io/MaterialKitPreview.gif)
### A Floating Action Button ### Floating Action Button
```swift ```swift
var button: FabButton = FabButton() var button: FabButton = FabButton()
``` ```
### A Flat Button ### Flat Button
```swift ```swift
var button: FlatButton = FlatButton() var button: FlatButton = FlatButton()
``` ```
### A Raised Button ### Raised Button
```swift ```swift
var button: RaisedButton = RaisedButton() var button: RaisedButton = RaisedButton()
``` ```
### A Side Navigation Controller ### Side Navigation Controller
```swift ```swift
class AppDelegate: UIResponder, UIApplicationDelegate, SideNavDelegate { class AppDelegate: UIResponder, UIApplicationDelegate, SideNavDelegate {
......
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