equal
deleted
inserted
replaced
55 #pragma mark - |
55 #pragma mark - |
56 -(void) viewDidLoad { |
56 -(void) viewDidLoad { |
57 self.view.frame = [[UIScreen mainScreen] safeBounds]; |
57 self.view.frame = [[UIScreen mainScreen] safeBounds]; |
58 [super viewDidLoad]; |
58 [super viewDidLoad]; |
59 |
59 |
|
60 [self.simpleGameButton setTitle:NSLocalizedString(@"Simple", nil) forState:UIControlStateNormal]; |
|
61 [self.missionsButton setTitle:NSLocalizedString(@"Missions", nil) forState:UIControlStateNormal]; |
|
62 |
60 [self.simpleGameButton applyDarkBlueQuickStyle]; |
63 [self.simpleGameButton applyDarkBlueQuickStyle]; |
61 [self.missionsButton applyDarkBlueQuickStyle]; |
64 [self.missionsButton applyDarkBlueQuickStyle]; |
62 |
65 |
63 // get the app's version |
66 // get the app's version |
64 NSString *version = [[[NSBundle mainBundle] infoDictionary] objectForKey:(NSString*)kCFBundleVersionKey]; |
67 NSString *version = [[[NSBundle mainBundle] infoDictionary] objectForKey:(NSString*)kCFBundleVersionKey]; |