iOS 7 and childbrowser status bar issue
Posted: Mon Oct 14, 2013 1:03 pm
if ([[[UIDevice currentDevice] systemVersion] floatValue] = 7) {
Code: Select all
[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 , another pages are working fine.When i open the childbrowser working normally but another pages are having status bar issue.