Commit 12326b24 by Daniel Dahan

updated README

parent ac2fe412
......@@ -195,7 +195,7 @@ MaterialLayout.alignFromTop(view, child: v, top: 100)
A BasicCardView can easily add an image as its background, below is the code that shows how to do this.
![MKPreview](http://www.materialkit.io/github/vid11.gif)
![MKPreview](http://www.materialkit.io/github/vid8.gif)
```swift
let v: BasicCardView = BasicCardView(image: UIImage(named: "img1"), titleLabel: MaterialLabel(), detailLabel: MaterialLabel())!
......@@ -272,7 +272,7 @@ MaterialLayout.alignFromTop(view, child: v, top: 100)
Organization is essential. Easily add a SideNavigationViewController to your application. Below is an example of adding the controller to your AppDelegate.
![MKPreview](http://www.materialkit.io/github/vid12.gif)
![MKPreview](http://www.materialkit.io/github/vid11.gif)
```swift
class AppDelegate: UIResponder, UIApplicationDelegate {
......
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