开发学院手机开发iPhone 开发 iPhone 判断设备是在Portrait(纵向)还是(Landscap... 阅读

iPhone 判断设备是在Portrait(纵向)还是(Landscape)横向

 2010-12-19 07:19:32 来源:WEB开发网   
核心提示:UIDeviceOrientation deviceOrientation = [UIDevice currentDevice].orientation;if (UIDeviceOrientationIsLandscape(deviceOrientation) ) {//横向}else if (UIDeviceOrie

UIDeviceOrientation deviceOrientation = [UIDevice currentDevice].orientation;

if (UIDeviceOrientationIsLandscape(deviceOrientation) ) {

//横向

}

else if (UIDeviceOrientationIsPortrait(deviceOrientation) ) {

//纵向

}

如果要检测四个方向,不能用UIDeviceOrientationIsLandscape和UIDeviceOrientationIsPortrait这两个函数了。

Tags:iPhone 判断 设备

编辑录入:爽爽 [复制链接] [打 印]
[]
  • 好
  • 好的评价 如果觉得好,就请您
      0%(0)
  • 差
  • 差的评价 如果觉得差,就请您
      0%(0)
更多精彩
    赞助商链接

    热点阅读
      焦点图片
        最新推荐
          精彩阅读