Re: "Computed segue" in iOS?

2015-09-07 Thread Mike Abdullah
> On 7 Sep 2015, at 20:33, Carl Hoefs wrote: > > >> On Sep 6, 2015, at 10:27 AM, Mike Abdullah wrote: >> >> Ideally, you use different cells for the different data elements, and wire >> them up to the appropriate segue, letting the

Re: "Computed segue" in iOS?

2015-09-07 Thread Carl Hoefs
;> 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

Re: "Computed segue" in iOS?

2015-09-06 Thread Mike Abdullah
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 &g

"Computed segue" in iOS?

2015-09-04 Thread Carl Hoefs
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&qu