Commit 3d017b92 by Daniel Dahan

development: updated Card sample project

parent 15fe53a5
...@@ -97,8 +97,6 @@ class ViewController: UIViewController { ...@@ -97,8 +97,6 @@ class ViewController: UIViewController {
toolbar.detail = "Build Beautiful Software" toolbar.detail = "Build Beautiful Software"
toolbar.detailLabel.textAlignment = .left toolbar.detailLabel.textAlignment = .left
let insets = EdgeInsetsPresetToValue(preset: .square2)
toolbar.height += insets.top + insets.bottom
toolbar.contentEdgeInsetsPreset = .square2 toolbar.contentEdgeInsetsPreset = .square2
toolbar.leftViews.append(authorView) toolbar.leftViews.append(authorView)
......
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