core data - TabBar Segue when selecting row in table view controller -


I already have a set set in my table view controller for pressing an eagle button Now when I add the user to the object But if I choose to, then I need another Segu. My code looks like this:

  - (zero) Prepare ForSegue: (UIStoryboardSegue *) Sender Sender: (ID) Sender {if ([segue.identifier isqualToString: @ "Add Vehicle Segun "]) {NSLog (@" AddViewController's RootviewController Settings "); AddViewController * addViewController = segue.destinationViewController; AddViewController.delegate = self; AddViewController.managedObjectContext = self.managedObjectContext; }   

I think if I have to add another bar after tab bar Segue, but do not know how to do it.

Apart from this, the tab bar view is just to show two tabs, so I do not believe that I will prepare the Segew with reference to the main data.

If you want the next view controller If you do not want to value or do any tasks that need to be done before performing segue but only display the tab bar, then you prepareForSegue: sender: method if you want to do something, And display in second position because only two segments are done and write your code inside the second code. Areas are.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -