i have a main view (uitableviewcontroller) that have table and a button
the button is linked with modal segue to another view to add object to the table (on the main view )
and the cell is linked with modal segue to a tabbarcontroller which on the first tab display details about this object
i'm trying to automatically transition into the detail view (to the first tab ) after creating new object
i can't figure how to do it
using performSegueWithIdentifier fails with presentation already in progress
and using tableView didSelectRowAtIndexPath i can't quite create the logic for this transition
help will be appreciated
Thank you