I have a list of effects in a table view. I created the top right button of the bar, which does a push sega in another view controller, which helps to create a new effect. Now I want to add push segues to the cells in the table view so that the effect values may be loaded into the effect effects view controller, and I can save the edited values.
The question is, is it possible to programmatically create a push sega? If not, can I pass the effect through prepareforsegue ? If I try to use prepareforsegue , I prepareforsegue into a problem where dragging a control from a UITableView does not allow me to create a push sega in the effects view controller.
ios objective-c uitableview segue
Aviral Bajpai Mar 31 '14 at 10:25 2014-03-31 10:25
source share