fix: creation of bottomSeparator for BaseSeparatorCell
This commit is contained in:
parent
1efc4c2bf0
commit
f3dcef4690
|
|
@ -24,7 +24,7 @@ import UIKit
|
|||
|
||||
open class BaseSeparatorCell: BaseInitializableCell, SeparatorConfigurable {
|
||||
private lazy var topSeparatorView = createTopSeparator()
|
||||
private lazy var bottomSeparatorView = UIView()
|
||||
private lazy var bottomSeparatorView = createBottomSeparator()
|
||||
|
||||
private var topViewLeftConstraint: NSLayoutConstraint?
|
||||
private var topViewRightConstraint: NSLayoutConstraint?
|
||||
|
|
|
|||
Loading…
Reference in New Issue