ios 锁定 屏幕旋转

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation

{

//return YES;

    return (interfaceOrientation == UIInterfaceOrientationPortrait);

}

posted @ 2012-12-06 15:30  废弃账号  阅读(165)  评论(0)    收藏  举报