![]() | Video 2 - appDelegate is nil |
|
22 Jan 2011, 14:36
Peter Morris (1 post) |
I’m trying to follow this video but when I put a breakline on the code to call appDelegate.recipeClicked nothing happens. I have checked in the debugger and it would appear that appDelegate is nil. // import@class RecipesAppDelegate; @interface RecipesViewController : UIViewController {
IBOutlet RecipesAppDelegate *appDelegate; @end In MainWindow within IB I have linked the RecipesView.appDelegate to FilesOwner (UIApplication) so it should be linked up and yet it isn’t. As far as I can see I followed the instructions correctly. http://dl.dropbox.com/u/10266526/WritingIPhoneA… Any help appreciated, especially seeing as I only have weekends to work on stuff like this :-) Thanks |
| You must be logged in to comment |

