Add. Configuration for XibView
This commit is contained in:
parent
b48aa95e3b
commit
bc3d4f7901
|
|
@ -53,6 +53,13 @@ open class XibView: UIView {
|
|||
view.autoresizingMask = [.flexibleWidth, .flexibleHeight]
|
||||
|
||||
addSubview(view)
|
||||
|
||||
configure()
|
||||
}
|
||||
|
||||
/// Provide initial configuration. Called once
|
||||
open func configure() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue