Top "Uiscreen" questions

A UIScreen object contains the bounding rectangle of the device’s entire screen.

How can I detect whether a user has an iPhone 6 Plus in standard or zoomed mode?

How can I detect whether a user has an iPhone 6 Plus in standard or zoomed mode? Is this possible? I've …

ios objective-c iphone iphone-6-plus uiscreen
iPhone 5 [[UIScreen mainScreen] bounds].size.height

Possible Duplicate: How to develop or migrate apps for iPhone 5 screen resolution? How to deal with iPhone 5 screen size? What …

iphone objective-c ios uikit uiscreen
UIScreen mainScreen bounds.size.height always 1024

Why would [UIScreen mainScreen].bounds.size.height always return 1024 no matter what layout mode the iPad app is in? I …

objective-c ios cgrectmake uiscreen
iPad: [UIScreen mainScreen].bounds returns wrong co-ordinates

[UIScreen mainScreen].bounds returns (0,0,768,1024) even when the iPad is in Landscape mode. It should return (0,0,1024,768) but instead it returns (0,0,768,1024). What …

objective-c ipad bounds uiscreen
How to change brightness in iOS 5 app?

How would I program the ability to change brightness in-app? I know that its possible as I have seen at …

ios5 brightness screen-brightness uiscreen
How to find PPI programmatically with precision

I am trying to find out PPI(Pixels Per Inch) in iOS. I couldn't find any direct way to query …

ios swift screen-resolution uiscreen ppi