Commit 76bf56bc by Daniel Dahan

updated README

parent 41be5d94
...@@ -195,7 +195,7 @@ MaterialLayout.alignFromTop(view, child: v, top: 100) ...@@ -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. 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/vid8.gif) ![MKPreview](http://www.materialkit.io/github/vid11.gif)
```swift ```swift
let v: BasicCardView = BasicCardView(image: UIImage(named: "img1"), titleLabel: MaterialLabel(), detailLabel: MaterialLabel())! let v: BasicCardView = BasicCardView(image: UIImage(named: "img1"), titleLabel: MaterialLabel(), detailLabel: MaterialLabel())!
......
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