Commit 06785c3d by Daniel Dahan

updated Card sample

parent 845559a9
...@@ -133,7 +133,7 @@ class ViewController: UIViewController { ...@@ -133,7 +133,7 @@ class ViewController: UIViewController {
card.contentViewEdgeInsetsPreset = .square3 card.contentViewEdgeInsetsPreset = .square3
card.bottomBar = bottomBar card.bottomBar = bottomBar
card.bottomBarEdgeInsetsPreset = .square1 card.bottomBarEdgeInsetsPreset = .square2
view.layout(card).horizontally(left: 20, right: 20).center() view.layout(card).horizontally(left: 20, right: 20).center()
} }
......
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