首页 > TAG信息列表 > currentDevice

获取手机设备号及型号的宏

代码宏定义如下   //设备号#define hUUID [[UIDevice currentDevice].identifierForVendor.UUIDString stringByReplacingOccurrencesOfString:@"-" withString:@""]//手机型号#define hDeviceModel [UIDevice currentDevice].model//版本号获取#define hAPPVersi

强制旋转一个UIViewController

刚才V2ex上问了这么一个问题: http://www.v2ex.com/t/97577#reply7 然后就随手搜了下 stackoverflow 在iOS5的年代是有这么个API: 1 [[UIDevice currentDevice] setOrientation: UIInterfaceOrientationPortrait]; 但是在iOS 6开始,苹果把这个API 私有了。 于是乎,可以

IOS 特定于设备的开发:检查设备接近度和电池状态

   UIDevice类提供了一些API,使你能够跟踪设备的特征,包括电池的状态和接近度传感器。他们二者都以通知的形式提供更新,可以订阅他们,以便在有重要的更新时通知你的应用程序。 1》启动和禁用接近度传感器    接近度在此时是一个特定于iPhone的特性。iPod Touch和iPad没有提供接

IOS 特定于设备的开发:处理基本方向

UIDevice类使用内置的orientation属性获取设备的物理方向。IOS设备支持这个属性的7个可能的值。     》UIDeviceOrientationUnknown:方向目前未知。     》UIDeviceOrientationPortrait:Home键在下。     》UIDeviceOrientationPortraitUpsideDown:Home键在上     》UI