tags:

views:

87

answers:

1

One thing I like about the iPhone Photo Album is the way a photo extends up underneath both the navigation bar and the status bar which are both translucent.

In my app, I've got my navigation bar and status bar both translucent. How do I get the same visual effect as the Photo Album?

Cheers, Doug

+1  A: 

Never mind. [self RTFM]

This is the relevant property on UIViewControllers:

@property(nonatomic,assign) BOOL wantsFullScreenLayout

Cheers,

Doug

dugla