CocoaDev

Edit AllPages

Part of the iPhone General/UIKit framework. Subclass of General/UIView.

- (id)initWithContentRect:(General/CGRect)rect;

- (void)orderFront:(id)sender;

- (void)makeKey:(id)sender;

- (void)_setHidden:(BOOL)flag;

- (void)setContentView:(General/UIView*)view;

// setting the backlight level

- (void)setLevel:(float)level;

- (float)level;

// handling interface events - ??

- (BOOL)shouldRespondToStatusBarHeightChange;

- (void)handleStatusBarHeightChange;