fix: creation of bottomSeparator for BaseSeparatorCell

This commit is contained in:
Ivan Smolin 2021-02-20 00:12:58 +03:00
parent 1efc4c2bf0
commit f3dcef4690
1 changed files with 1 additions and 1 deletions

View File

@ -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?