Digital ACT-191 ONEAPP-10586 story: updating component with tooltipmodel

This commit is contained in:
Vasavi Kanamarlapudi 2024-08-29 19:10:28 +05:30
parent 0f5bef548a
commit fe4df9d1a0

View File

@ -80,7 +80,8 @@ 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
symbolTypePickerSelectorView.text = component.symbolType.rawValue