CSHasLayoutProtocol
public protocol CSHasLayoutProtocol
Undocumented
-
Undocumented
Declaration
Swift
var layoutFunctions: CSEvent<Void> { get } -
Undocumented
Declaration
Swift
func onLayout() -> Self -
Undocumented
Declaration
Swift
func onLayoutSubviewsFirstTime() -
Undocumented
Declaration
Swift
func onCreate() -
Undocumented
Declaration
Swift
func onCreated() -
Undocumented
Declaration
Swift
func onUpdate()
-
layout(footer:Extension methodmargin: function: ) Undocumented
Declaration
Swift
@discardableResult func layout<View>(footer view: View, margin: CGFloat, function: @escaping ArgFunc<View>) -> View where View : UIView -
layout(footer:Extension methodmargin: ) Undocumented
Declaration
Swift
@discardableResult func layout<View>(footer view: View, margin: CGFloat) -> View where View : UIView
-
column(top:Extension methodmargin: bottom: ) Undocumented
Declaration
Swift
static func column(top topView: UIView, margin: CGFloat = 0, bottom bottomView: UIView) -> Self -
row(fixed:Extension methodmargin: sizedToFit: ) Undocumented
Declaration
Swift
static func row(fixed leftView: UIView, margin: CGFloat = 0, sizedToFit rightView: UIView) -> Self -
row(fixed:Extension methodmargin: sizedToFit: ) Undocumented
Declaration
Swift
func row(fixed leftView: UIView, margin: CGFloat = 0, sizedToFit rightView: UIView) -> UIView -
row(flexible:Extension methodmargin: flexible: ) Undocumented
Declaration
Swift
static func row(flexible leftView: UIView, margin: CGFloat = 0, flexible rightView: UIView) -> Self -
row(flexible:Extension methodmargin: flexible: ) Undocumented
Declaration
Swift
func row(flexible leftView: UIView, margin: CGFloat = 0, flexible rightView: UIView) -> CSView -
row(flexible:Extension methodmargin: fixed: ) Undocumented
Declaration
Swift
static func row(flexible leftView: UIView, margin: CGFloat = 0, fixed rightView: UIView) -> Self -
row(flexible:Extension methodmargin: fixed: ) Undocumented
Declaration
Swift
func row(flexible leftView: UIView, margin: CGFloat = 0, fixed rightView: UIView) -> CSView -
row(fixed:Extension methodmargin: flexible: ) Undocumented
Declaration
Swift
static func row(fixed leftView: UIView, margin: CGFloat = 0, flexible rightView: UIView) -> Self -
row(fixed:Extension methodmargin: flexible: ) Undocumented
Declaration
Swift
func row(fixed leftView: UIView, margin: CGFloat = 0, flexible rightView: UIView) -> CSView
View on GitHub
CSHasLayoutProtocol Protocol Reference