Digital ACT-191 ONEAPP-10586 story: updating component with tooltipmodel
This commit is contained in:
parent
0f5bef548a
commit
fe4df9d1a0
@ -80,7 +80,8 @@ class FootnoteViewController: BaseViewController<Footnote> {
|
|||||||
|
|
||||||
func setupModel() {
|
func setupModel() {
|
||||||
component.text = "Service is included for free for two years with activation of any iPhone15 model. Connection and response times vary based on location, site conditions, and other factors. See support.apple.com/en-us/HT213885 for more information."
|
component.text = "Service is included for free for two years with activation of any iPhone15 model. Connection and response times vary based on location, site conditions, and other factors. See support.apple.com/en-us/HT213885 for more information."
|
||||||
|
component.tooltipModel = .init(title: "Check your item.", content:"Here is the content for your item.")
|
||||||
|
|
||||||
sizePickerSelectorView.text = component.size.rawValue
|
sizePickerSelectorView.text = component.size.rawValue
|
||||||
kindPickerSelectorView.text = component.kind.rawValue
|
kindPickerSelectorView.text = component.kind.rawValue
|
||||||
symbolTypePickerSelectorView.text = component.symbolType.rawValue
|
symbolTypePickerSelectorView.text = component.symbolType.rawValue
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user