We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318e41f commit 07253efCopy full SHA for 07253ef
Peertalk iOS Example/PTAppDelegate.m
@@ -7,15 +7,4 @@ @implementation PTAppDelegate
7
8
@synthesize window = window_;
9
10
-
11
-- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
12
- [[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleBlackOpaque animated:NO];
13
- return YES;
14
-}
15
16
17
-//- (void)applicationWillTerminate:(UIApplication *)application {
18
-//}
19
20
21
@end
0 commit comments