Commit 9329070f by Daniel Dahan

issue-7: updated README

parent 720ca61e
......@@ -47,7 +47,6 @@ var button: RaisedButton = RaisedButton()
button.setTitle("Flat", forState: .Normal)
view.addSubview(button)
Layout.alignFromTopRight(view, child: button, top: 100, right: 100)
Layout.size(view, child: button, width: 200, height: 60)
```
......
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