pass xib view to configure function
This commit is contained in:
parent
03cc92553c
commit
ba94c670b3
|
|
@ -55,11 +55,13 @@ open class XibView: UIView {
|
|||
|
||||
addSubview(view)
|
||||
|
||||
configure()
|
||||
backgroundColor = .clear
|
||||
|
||||
configure(xibView: view)
|
||||
}
|
||||
|
||||
/// Provide initial configuration. Called once
|
||||
open func configure() {
|
||||
open func configure(xibView: UIView) {
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue