setting the style only
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
e80ce2444b
commit
98f3f193ca
@ -243,8 +243,8 @@ import UIKit
|
||||
open func setLines(with model: LineModel?, delegateObject: MVMCoreUIDelegateObject?, additionalData: [AnyHashable: Any]?, indexPath: IndexPath) {
|
||||
addSeparatorsIfNeeded()
|
||||
if let model = model {
|
||||
topSeparatorView?.set(with: model, delegateObject, additionalData)
|
||||
bottomSeparatorView?.set(with: model, delegateObject, additionalData)
|
||||
topSeparatorView?.setStyle(model.type)
|
||||
bottomSeparatorView?.setStyle(model.type)
|
||||
} else {
|
||||
topSeparatorView?.setStyle(.secondary)
|
||||
bottomSeparatorView?.setStyle(.secondary)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user