From fe4df9d1a09124333cf8eb23b13511e54e68f291 Mon Sep 17 00:00:00 2001 From: Vasavi Kanamarlapudi Date: Thu, 29 Aug 2024 19:10:28 +0530 Subject: [PATCH] Digital ACT-191 ONEAPP-10586 story: updating component with tooltipmodel --- VDSSample/ViewControllers/FootnoteViewController.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VDSSample/ViewControllers/FootnoteViewController.swift b/VDSSample/ViewControllers/FootnoteViewController.swift index 155136a..ab74405 100644 --- a/VDSSample/ViewControllers/FootnoteViewController.swift +++ b/VDSSample/ViewControllers/FootnoteViewController.swift @@ -80,7 +80,8 @@ class FootnoteViewController: BaseViewController { 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