diff --git a/TIUIElements/Sources/Wrappers/ContainerTableViewCell.swift b/TIUIElements/Sources/Wrappers/ContainerTableViewCell.swift index f22aed9e..3892e327 100644 --- a/TIUIElements/Sources/Wrappers/ContainerTableViewCell.swift +++ b/TIUIElements/Sources/Wrappers/ContainerTableViewCell.swift @@ -41,7 +41,7 @@ open class ContainerTableViewCell: BaseInitializableCell, WrappedV override open func addViews() { super.addViews() - addSubview(wrappedView) + contentView.addSubview(wrappedView) } override open func configureLayout() {