Search found 1 match

Go to advanced search

by Saravanan S
Mon Oct 14, 2013 1:03 pm
Forum: Issues
Topic: iOS 7 and childbrowser status bar issue
Replies: 2
Views: 134
 
Jump to post

iOS 7 and childbrowser status bar issue

if ([[[UIDevice currentDevice] systemVersion] floatValue] = 7) { [application setStatusBarStyle:UIStatusBarStyleLightContent]; self.window.clipsToBounds =YES; self.window.frame = CGRectMake(0,20,self.window.frame.size.width,self.window.frame.size.height-20); } adding this code in my project , anothe...

Go to advanced search