Removed estimated height
This commit is contained in:
parent
8ad7e7162f
commit
fc3708c793
|
|
@ -28,8 +28,6 @@ open class LabelTableViewCell: SeparatorCell, InitializableView, ConfigurableCel
|
|||
|
||||
// MARK: - Properties
|
||||
|
||||
public static let estimatedHeight: CGFloat? = 44.0
|
||||
|
||||
private let label = UILabel()
|
||||
private let backgroundImageView = UIImageView()
|
||||
private let contentContainerView = UIView()
|
||||
|
|
|
|||
Loading…
Reference in New Issue