Skip to content

Instantly share code, notes, and snippets.

@elizaaverywilson
Created December 21, 2013 02:13
Show Gist options
  • Select an option

  • Save elizaaverywilson/8064599 to your computer and use it in GitHub Desktop.

Select an option

Save elizaaverywilson/8064599 to your computer and use it in GitHub Desktop.
- (void) viewDidLoad {
[super viewDidLoad];
[self setUpMainMenu];
}
- (void) setUpMainMenu {
NSArray *splashTextArray = [[NSBundle mainBundle] loadNibNamed:@"myXibFile" owner:self options:nil];
for (int i = 0; i < 10; i++) {
int arrayNumber = arc4randon_uniform([splashTextArray count]) + 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment