equal
deleted
inserted
replaced
89 [weaponNames release]; |
89 [weaponNames release]; |
90 } |
90 } |
91 |
91 |
92 #pragma mark - |
92 #pragma mark - |
93 -(void) viewDidLoad { |
93 -(void) viewDidLoad { |
|
94 self.view.frame = [[UIScreen mainScreen] safeBounds]; |
94 [super viewDidLoad]; |
95 [super viewDidLoad]; |
95 |
96 |
96 // get the app's version |
97 // get the app's version |
97 NSString *version = [[[NSBundle mainBundle] infoDictionary] objectForKey:(NSString*)kCFBundleVersionKey]; |
98 NSString *version = [[[NSBundle mainBundle] infoDictionary] objectForKey:(NSString*)kCFBundleVersionKey]; |
98 |
99 |