Saravanan S
Posts: 0
Joined: Mon Oct 14, 2013 1:03 pm

iOS 7 and childbrowser status bar issue

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.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

iOS 7 and childbrowser status bar issue

Hi Saravanan,

Please take a look at here:
https://getsatisfaction.com/apperyio/...

Return to “Issues”