"Computed segue" in iOS?
"Computed segue" in iOS?
- Subject: "Computed segue" in iOS?
- From: Carl Hoefs <email@hidden>
- Date: Fri, 04 Sep 2015 17:03:56 -0700
iOS 8.4.1
I need to segue from a UITableView to different view controllers depending which element in the table is touched (some elements are videos that need to be displayed/edited, some are data files that need to be graphed, etc.).
Is it possible to have a "computed segue" in iOS such that I can segue intelligently to the appropriate view controller based on some criteria? Or must I use a "stopgap" view controller invoked by the UITableView that will do the content analysis and then perform a segue to the appropriate view controller?
-Carl
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden