57- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
58 return UIInterfaceOrientationIsLandscape( interfaceOrientation );
62- (NSUInteger) supportedInterfaceOrientations{
64 return UIInterfaceOrientationMaskAllButUpsideDown;
68- (BOOL) shouldAutorotate {
79- (BOOL)prefersHomeIndicatorAutoHidden {
83- (void)didReceiveMemoryWarning {
85 [
super didReceiveMemoryWarning];
90- (void)viewDidUnload {
91 [
super viewDidUnload];
BOOL prefersStatusBarHidden()