The UIDevice class provides a singleton instance representing the current device.
It has just come to light that the UIDevice uniqueIdentifier property is deprecated in iOS 5 and unavailable in iOS 7 and …
ios deprecated uideviceI have a question on how to detect the device orientation on iOS. I don't need to receive change notifications, …
ios objective-c orientation uideviceI need to detect when the device is in portrait orientation so that I can fire off a special animation. …
ios objective-c swift orientation uideviceIt seems that when my app loads, it does not know its current orientation: UIInterfaceOrientation orientation = [[UIDevice currentDevice] orientation]; if (…
iphone ios uiinterfaceorientation uideviceIs there an API for checking at runtime whether you are running on an iPhone or an iPad? One way …
iphone objective-c cocoa-touch ipad uideviceOutside of asking the user to input their name, is there any way to get it off the device? I …
iphone ios objective-c uideviceI have a toggle in my app that's "download on WiFi only". However, that toggle is useless for iPod touch …
iphone objective-c ios uidevice cellular-networkIs there any way or hack to detect on what color (black / white) iPhone, iPad or iPod touch the iOS …
ios iphone objective-c uideviceI have an application that needs to get the list of installed (other, maybe third party) applications on the device. …
iphone objective-c ios uidevice