fix: container table view cell subviews

This commit is contained in:
Nikita Semenov 2022-08-30 22:01:06 +03:00
parent fa130aecdb
commit 8cbf5b96e6
1 changed files with 1 additions and 1 deletions

View File

@ -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() {