updated tabs and tabs model
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
81a5d5099f
commit
aed46d592c
@ -50,7 +50,7 @@ import VDSColorTokens
|
|||||||
setItems(tabs, animated: false)
|
setItems(tabs, animated: false)
|
||||||
selectedItem = tabs[model.selectedTab]
|
selectedItem = tabs[model.selectedTab]
|
||||||
|
|
||||||
guard let lineModel = line.lineModel else { return }
|
guard let lineModel = line.viewModel else { return }
|
||||||
lineModel.inverted = model.style == .dark
|
lineModel.inverted = model.style == .dark
|
||||||
line.set(with: lineModel, delegateObject, additionalData)
|
line.set(with: lineModel, delegateObject, additionalData)
|
||||||
}
|
}
|
||||||
|
|||||||
@ -174,7 +174,7 @@ import VDSColorTokens
|
|||||||
self.additionalData = additionalData
|
self.additionalData = additionalData
|
||||||
selectedIndex = tabsModel?.selectedIndex ?? 0
|
selectedIndex = tabsModel?.selectedIndex ?? 0
|
||||||
selectionLine.backgroundColor = tabsModel?.selectedBarColor.uiColor
|
selectionLine.backgroundColor = tabsModel?.selectedBarColor.uiColor
|
||||||
let lineModel = bottomLine.lineModel ?? LineModel(type: .secondary)
|
let lineModel = bottomLine.viewModel ?? LineModel(type: .secondary)
|
||||||
lineModel.inverted = tabsModel?.style == .dark
|
lineModel.inverted = tabsModel?.style == .dark
|
||||||
bottomLine.set(with: lineModel, delegateObject, additionalData)
|
bottomLine.set(with: lineModel, delegateObject, additionalData)
|
||||||
reloadData()
|
reloadData()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user