From 8cbf5b96e68a9bdfcf32e978be3c6bc926a20c53 Mon Sep 17 00:00:00 2001 From: Nikita Semenov Date: Tue, 30 Aug 2022 22:01:06 +0300 Subject: [PATCH] fix: container table view cell subviews --- TIUIElements/Sources/Wrappers/ContainerTableViewCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {