/ Published in: Objective C
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// #import "yourappAppDelegate.h" in .h // Get the yourappAppDelegate yourappAppDelegate *appDelegate = (yourappAppDelegate *)[UIApplication sharedApplication].delegate; // Show some instance variables NSLog(@"appdelegates instance variable: %@",appDelegate.someinstancevariable);