/ Published in: Objective C
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 // Obtain the shared director in order to... CCDirector *director = [CCDirector sharedDirector]; // Enables High Res mode if ([UIScreen instancesRespondToSelector:@selector(scale)]) { [director setContentScaleFactor:[[UIScreen mainScreen] scale]]; }
Comments
                    Subscribe to comments
                
                