Commit e57b5c3d by danieldahan

updated to latest Menu additions

parent bb852d76
......@@ -73,9 +73,9 @@ class ViewController: UIViewController {
/// Prepares the MenuLayout example.
private func prepareMenuLayoutExample() {
let btn: FlatButton = FlatButton(frame: CGRectMake(100, 100, 100, 100))
btn.backgroundColor = MaterialColor.red.base
view.addSubview(btn)
// let btn: FlatButton = FlatButton(frame: CGRectMake(100, 100, 100, 100))
// btn.backgroundColor = MaterialColor.red.base
// view.addSubview(btn)
let image: UIImage? = UIImage(named: "ic_add_white")
let btn1: FabButton = FabButton()
......
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