Commit 51c63666 by Daniel Dahan

development: updated boolean

parent 9409cebd
...@@ -33,7 +33,7 @@ import UIKit ...@@ -33,7 +33,7 @@ import UIKit
open class ControlView: View { open class ControlView: View {
/// Will render the view. /// Will render the view.
open var willRenderView: Bool { open var willRenderView: Bool {
return 0 < width && 0 < height && nil !== superview return 0 < width && 0 < height
} }
/// A preset wrapper around contentInset. /// A preset wrapper around contentInset.
......
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