fixed issues for tableview sample
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
056954ddcc
commit
ea9e5dd55b
@ -95,7 +95,7 @@ extension IconViewController: ComponentSampleable {
|
|||||||
let color = UIColor.VDSColor.paletteBlack
|
let color = UIColor.VDSColor.paletteBlack
|
||||||
component.color = color.uiColor
|
component.color = color.uiColor
|
||||||
component.name = name
|
component.name = name
|
||||||
component.size = .XLarge
|
component.customSize = 50
|
||||||
return ComponentSample(component: component, canPinTrailing: false)
|
return ComponentSample(component: component, canPinTrailing: false, canPinBottom: false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -86,6 +86,6 @@ class LoaderViewController: BaseViewController<Loader>, LoaderLaunchable {
|
|||||||
extension LoaderViewController: ComponentSampleable {
|
extension LoaderViewController: ComponentSampleable {
|
||||||
static func makeSample() -> ComponentSample {
|
static func makeSample() -> ComponentSample {
|
||||||
let component = Self.makeComponent()
|
let component = Self.makeComponent()
|
||||||
return ComponentSample(component: component, canPinTrailing: false)
|
return ComponentSample(component: component)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -106,7 +106,7 @@ extension TooltipViewController: ComponentSampleable {
|
|||||||
let component = Self.makeComponent()
|
let component = Self.makeComponent()
|
||||||
component.title = "5G Ultra Wideband is available in your area."
|
component.title = "5G Ultra Wideband is available in your area."
|
||||||
component.content = "$799.99 (128 GB only) "
|
component.content = "$799.99 (128 GB only) "
|
||||||
return ComponentSample(component: component, canPinTrailing: false)
|
return ComponentSample(component: component, canPinTrailing: false, canPinBottom: false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user