Created
September 2, 2011 13:06
-
-
Save nevyn/1188556 to your computer and use it in GitHub Desktop.
finn fem fel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NSDictionary *rootRep = [children objectAtIndex:0]; | |
// Give up gracefully if rep doesn't match reality | |
if( not [[rootRep objectForKey:@"class"] isEqual:NSStringFromClass([rootController class])]) | |
return self; http://getsetgames.com/wp-content/uploads/2009/07/grab-menu.png | |
[rootController initWithObjectRepresentation:rootRep]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment