Skip to content

Commit 07253ef

Browse files
committed
[iOS Example] Remove deprecated method call
`PTAppDelegate` doesn't need to set the status bar style anymore. Removes a deprecation warning.
1 parent 318e41f commit 07253ef

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Peertalk iOS Example/PTAppDelegate.m

-11
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,4 @@ @implementation PTAppDelegate
77

88
@synthesize window = window_;
99

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-
2110
@end

0 commit comments

Comments
 (0)