I have checked the debugger and it stops on line 11 -[FirstViewController showDetails:] and the red arrow is pointing on source code
[self presentModalViewController:self.second animated:YES];
0x302ac924 <+0004> leave
GDB: Interrupted
Any ideas what to do with it? I was following step by step the tut and have exactly the same code and connections. I don't understand...
|