Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
  2.  
  3. //...
  4.  
  5. [self.window.layer setCornerRadius:5.0];
  6. [self.window.layer setMasksToBounds:YES];
  7. [self.window.layer setOpaque:NO];
  8.  
  9. //...
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement