I followed along the Widget Code Along part two in my own app. In the tutorial they discussed linking the data on the widget to that in the tableview. When you clicked on the widget it would take you to the linked tableviewcell with swiftUI. In my app, my widget is swiftUI, but my tableview inside my main app is UIKit and Storyboards. How can create the URL link in UIKit like the one in swiftUI?
Link widget to specific UITableViewCell
Add a Comment