Commit fb613360 by Daniel Dahan

fixed alignment call to Layout

parent 7ce41cea
...@@ -59,7 +59,7 @@ class ViewController: UIViewController { ...@@ -59,7 +59,7 @@ class ViewController: UIViewController {
/// Prepares the containerView. /// Prepares the containerView.
private func prepareContainerView() { private func prepareContainerView() {
containerView = UIView() containerView = UIView()
view.layout.align(containerView, top: 100, left: 20, right: 20) view.layout.align.edges(containerView, top: 100, left: 20, right: 20)
} }
/// Prepares the toolbar /// Prepares the toolbar
......
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