/ Published in: Objective C
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
//In the .h file
+(MyApp_AppDelegate *)get;
//In the .m file
+(MyApp_AppDelegate *)get{
return (MyApp_AppDelegate *)[[UIApplication sharedApplication] delegate];
}
//From another class file
[[GamePack_AppDelegate get] introFinishedPlaying];
Comments
 Subscribe to comments
                    Subscribe to comments
                
                