Commit 27041526 by Daniel Dahan

minor updates to Layout code style

parent 8f589d5a
......@@ -55,7 +55,9 @@ public class Layout {
init(context: UIView?) {
self.context = context
}
}
public extension Layout {
/// Width
public func width(child: UIView, width: CGFloat = 0) {
if let v: UIView = context {
......
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