A UIScreen object contains the bounding rectangle of the device’s entire screen. When setting up your application’s user interface, you should use the properties of this object to get the recommended frame rectangles for your application’s window.
0
votes
0answers
35 views
Keep UIWindow size after setting it's UIScreen value
I'm using AirPlay, the primary content of the iPad is beamed to the AppleTV fine.
When I want different information on the iPad than is on the AppleTV, I'm getting resolution issues.
I instantiate ...
2
votes
1answer
376 views
Maximum video out resolution of iPad Mini?
I'm developing an iPad app that can employ an external monitor. When I plug my iPad 3 into my external monitor, I get back a list of resolutions from the external UIScreen object that includes ...
1
vote
1answer
259 views
Unable to detect iPhone Retina 4-inch screen size in simulator
I want to make my iOS application support iPhone 5. So I created a separate xib set for iPhone 5 size. Then I load each xib by checking the screen height.
This is the splash screen loading code ...
0
votes
1answer
76 views
Does iOS send notifications when the system changes the screen brightness?
Problem is, my reading app has a button that puts it into dark theme mode. The brightness gets reduced by 10%. When the user returns to the normal mode, it is set back to the remembered brightness. ...
0
votes
1answer
20 views
Creating logic to handle view/button sizes
I would like to create some logic to handle the view sizes for a subview and some buttons, based on the mainscreen size.
So I would like to do something like this:
//Discover the main screen size ...
0
votes
1answer
226 views
Can a gesture recogniser control iOS display brightness?
I'd like to let the user control the brightness in an iOS app using a gesture recogniser to swipe up and down. Can gestures even control brightness? I've done it before using a slider and the ...
0
votes
0answers
168 views
Black second screen on the iOS iPad simulator in landscape mode
I'm trying to get an external screen for an iOS iPad app up and running. Currently I just could test this with the iOS simulator (VGA connection kit is on it's way).
My problem is that when starting ...
1
vote
0answers
57 views
Is it possible to only output the Detail View Controller view through HMDI/TV out when using a Split View Controller?
Is it possible to setup a UISplitViewController to only output the DetailViewController view to the HDMI/TV out? Here is what I have attempted so far without success:
if([[UIScreen screens]count] ...
0
votes
2answers
204 views
Dim iPhone back light on upside down
I have seen on an iOS application 'Sleep Cycle Alarm Clock' that when the iPhone is facing screen down (towards the floor) they have managed to dim the back light of the screen. I have been searching ...
0
votes
1answer
142 views
uiscreen brightness beyond maximum value
I know it's possible to change the brightness of the iphone screen through code with
[[UIScreen mainScreen] setBrightness:1.0];
but I wonder if it's possible to go beyond the maximum brightness ...
0
votes
3answers
975 views
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 am trying to have a custom view dynamically generated based on layout mode and I ...
3
votes
2answers
481 views
iOS: Programmatically creating UIWindow results in wrong position
In iOS 5.1.1, I have found that if I create my UIWindow (I'm tired of IB), and set its frame to [UIScreen mainScreen].bounds, the window shows up under the status bar. However if I do the same thing ...
3
votes
1answer
7k views
iPhone 5 [[UIScreen mainScreen] bounds].size.height [duplicate]
Possible Duplicate:
How to develop or migrate apps for iPhone 5 screen resolution?
How to deal with iPhone 5 screen size?
What to check in order to support the iPhone 5's longer screen?
...
0
votes
1answer
166 views
iOS - UIScreen setBrightness doesn't work
Simply doing this:
[[UIScreen mainScreen] setBrightness:0.2];
Doesn't work. Has no effect at all on the app. Is there some other setting I need to set for this to work?
0
votes
1answer
296 views
iOS Second Display
I do not get the Second Display to Show any other then Mirroring my Device Screen.
I allways see only the mirrored device screen on my tv.
This is My Code i hope someone can help me.
- ...
0
votes
1answer
172 views
How to choose the display mode of UIScreen to cover the whole tv screen?
I am writing a player to output video to TV from iOS device connected with HDMI.
I found the preferred screen mode and any other screen modes of the UIScreen might not be able to cover the tv screen. ...
1
vote
0answers
124 views
iOS screen dim bug solutions
Some days ago i asked this question: Prevent iPhone to sleep
Then i found out the bug that can't let the delegate methods change the screen bright back to normal when the home button is pressed. I ...
0
votes
1answer
120 views
How do I find out the screen orientation, in portrait or landscape?
I can't believe this isn't possible. It's just one of those things that surely everyone must require.
So, this:
[UIScreen currentScreen] bounds];
returns a width of 320 on my iPhone, regardless of ...
6
votes
1answer
181 views
When would [UIScreen screens] return an empty array
I'm seeing odd behavior from [UIScreen screens] in iOS 5.0.1 in reports we log to Flurry on crashes. There are times when [UIScreen screens] will return an empty array. Our app implements support ...
0
votes
2answers
242 views
On iOS, can we get to the main UIWindow object from the UIScreen object?
Say, if we already have aScreen that points to the main screen, by
UIScreen *aScreen = [UIScreen mainScreen];
can we get to the main UIWindow object from this UIScreen object? (do they have any ...
2
votes
1answer
3k views
Airplay on new Apple TV (3rd gen.) for second screen not at 1080p
I am working on an app that uses Airplay mirroring for a second display that has different content to the iPad itself. I'm using an iPad3 and ATV3 (i.e. released March 2012) attached to an LCD capable ...
8
votes
1answer
691 views
Unable to restore brightness on application exit
I have a feature in my app (a metronome app for musicians) to dim the screen in order to save on battery life. To set the brightness, I am using:
[UIScreen mainScreen].brightness = 0.1;
I am saving ...
1
vote
1answer
624 views
Set back UIScreen Brightness to user setting
in some of the views of my iPhone app I set the screen brightness pragmatically like:
[[UIScreen mainScreen] setBrightness:1.0];
then on
-(void)viewWillDisappear:(BOOL)animated
{
}
I will ...
0
votes
1answer
575 views
Getting the screen brightness value in iOS 5
I've started to use the new iOS 5 brightness setter in UIScreen. Is there a getter property I can use to know what the display brightness is set to on launch?
Thanks very much.
2
votes
3answers
3k views
Capturing full screenshot with status bar in iOS programmatically
I am using this code to capture a screenshot and to save it to the photo album.
-(void)TakeScreenshotAndSaveToPhotoAlbum
{
UIWindow *window = [UIApplication sharedApplication].keyWindow;
if ...
0
votes
2answers
962 views
setBrightness in appdelegate methods?
Why can't I set screen brightness in applicationDidEnterBackground or applicationWillResignActive?
This is my code:
- (void)applicationDidEnterBackground:(UIApplication *)application
{
...
0
votes
0answers
236 views
iPad1 sees HDMI TV connected even though the TV is off, and gets wrong information
I am connecting an iPad1 to a TV via HDMI. Even when the TV is off, the iPad1 detects it and reads the available resolutions. Here is the problem: When I turn the TV on, I get a screenDidDisconnect ...
12
votes
4answers
4k views
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 least three apps that can do it. This would be very useful for my app. I know that it's only ...
1
vote
0answers
189 views
After I add UIImageView to a UIWindow of an external screen, I have to rotate it why?
I've seen this now in a few examples of adding support for an external screen on the iPad 1.
They always add a CGAffineTransformRotate that is +/- 90 degrees.
But why, is my question. Why is an ...
1
vote
2answers
445 views
Adding a Subview to an external Screen (iOS5)
I have a View Controller, called TVOutViewController (.h & .m) which should handle my external Screen. How can I "tell" the View Controller to do so?
What I did already:
NSLog(@"Current Number ...
3
votes
1answer
964 views
Are screen connect/disconnect notifications working with iOS 5?
Is anyone still getting, with iOS 5, screen connect/disconnect notifications, regardless of whether you check mirroring or not? I don't seem to be getting any notifications, unless I plug a video-out ...
5
votes
1answer
3k views
UIScreen Brightness Property
At the moment I'm trying to create an application to adjust the device's brightness. In iOS5, there is the new brightness property for mainScreen that allows you to set the screen brightness. I'm ...
1
vote
1answer
4k views
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 could be wrong?
Please Help ...
