Skip to content

Commit

Permalink
Changed background image names
Browse files Browse the repository at this point in the history
  • Loading branch information
lozarcher committed May 10, 2019
1 parent 02d02f3 commit 67a9a49
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ -(void)setUpButtons {
-(UIImage *)backgroundImageForScreenSize:(CGSize)size {
NSArray *backgroundImages = [NSArray
arrayWithObjects:
@"IYAF1.jpg",
@"IYAF2.jpg",
@"IYAF3.jpg",
@"IYAF4.jpg",
@"IYAF5.jpg", nil];
@"iyaf1.jpg",
@"iyaf2.jpg",
@"iyaf3.jpg",
@"iyaf4.jpg",
@"iyaf5.jpg", nil];

uint32_t rndImageIndex = arc4random_uniform([backgroundImages count]);
NSString *randomImage = [backgroundImages objectAtIndex:rndImageIndex];
Expand Down

0 comments on commit 67a9a49

Please sign in to comment.