Switching views in Xcode
I am new to Xcode and I need to switch views:
game *test = [[game alloc] initWithNibName: nil bundle: nil];
[self presentModalViewController:test animated:YES];
That is the code that I have but it is not switching views. Any help would
be great.
No comments:
Post a Comment