iOS设备保持横排方向

//保持横排方向

-(NSUInteger)supportedInterfaceOrientations{

    returnUIInterfaceOrientationMaskLandscapeLeft;

}

 

- (BOOL)shouldAutorotate

{

    returnYES;

}

posted @ 2014-02-17 19:17  wisejoker  阅读(233)  评论(0)    收藏  举报