Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Fullscreen view with translucent statusbar above

G'Day,

I was just wondering how to get a fullscreen layout in a TableView with the statusbar & navbar translucent above it (like for example to photoviewer).

I've tried multiple ways, but it seems that i always got that 20px difference when i hide then show the StatusBar.

If i open the window everything is positioned correct, when i tap the screen to get it fullscreen it hides but also shifts 20px up..

As i googled i found the following:

-(void)viewDidLoad
{
       [self setWantsFullScreenLayout:YES];
}

So i tried to look it up in de TiUIView.m/TiUIViewProxy.m but i can't seem to find how viewDidLoad works in titanium.

Could anyway please tell me if this is possible? Or how where to set that setWantsFullScreenLayout

Thanks!

— asked November 24th 2010 by J T
  • fullscreen
  • iphone
  • statusbar
  • translucent
  • view
0 Comments

3 Answers

  • Hi… did you find a solution ?

    — answered June 18th 2012 by Javier Rubio
    permalink
    0 Comments
  • Here's what we're looking for.

    Image

    — answered April 12th 2011 by Aaron Francis
    permalink
    0 Comments
  • did you find a solution?

    — answered May 23rd 2011 by Igor Felluga
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.