fix: container table view cell subviews
This commit is contained in:
parent
fa130aecdb
commit
8cbf5b96e6
|
|
@ -41,7 +41,7 @@ open class ContainerTableViewCell<View: UIView>: BaseInitializableCell, WrappedV
|
|||
override open func addViews() {
|
||||
super.addViews()
|
||||
|
||||
addSubview(wrappedView)
|
||||
contentView.addSubview(wrappedView)
|
||||
}
|
||||
|
||||
override open func configureLayout() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue