Digital ACT-191 ONEAPP-10586 story: updating component with tooltipmodel
This commit is contained in:
parent
0f5bef548a
commit
fe4df9d1a0
@ -80,6 +80,7 @@ class FootnoteViewController: BaseViewController<Footnote> {
|
||||
|
||||
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.tooltipModel = .init(title: "Check your item.", content:"Here is the content for your item.")
|
||||
|
||||
sizePickerSelectorView.text = component.size.rawValue
|
||||
kindPickerSelectorView.text = component.kind.rawValue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user