The orientation of the application's user interface in Apple OS.
2
votes
3answers
30 views
Force portrait in one view controller makes other to be in portrait initially
The root view controller of navigation controller supports only portrait orientation and other controllers supports all orientation.Now if i am on the root view controller and the DEVICES is in ...
2
votes
3answers
56 views
iPhone how to display a different view controller in response to device rotation?
I've noticed that most consumer-friendly Android and iPhone fitness apps have two interface modes - in portrait mode the user gets more detailed information, but when the user turns the device to ...
0
votes
0answers
14 views
UIViewController adding child with incompatible orientation
Introduction
I'm having a container view controller having as a child a backgroundViewController and a overlayViewController that can be presented animated (similar to modal transitions). The ...
0
votes
1answer
12 views
2nd (landscape) screen of application turns portait in iOS6
I 'm working on an iPad app in landscape mode only that worked nicely under iOS5 and under.
On iOS6, the 2nd screen (login screen) turns suddenly in portrait mode.
What parameters should i check ?
...
0
votes
0answers
26 views
When rotating my viewController, the status bar doesn't rotate with the with. How to fix it?
Everyone. I've got an iOS6 ipad app to update. The problem I met is that only one view controller needs autorotate, and I don't find out the correct method to do this.
I've tried the following link ...
0
votes
0answers
7 views
forcing specific rotations ofr testing
I am trying to test that my code works in all possible rotations of the device + image orientation with the camera picture.
Does anyone know if it's possible that I can force an orientation in code ...
0
votes
1answer
38 views
Change Orientation in iOS 5.0
I am creating one project in viewcontroller. I have image view, labels and scrollview. But when I change the orientation its aligning in bad way?
Is there any way to align correctly? Also my ...
0
votes
0answers
33 views
How to force Interface Orientation rotation? [duplicate]
I'm working on an iPhone app that supports portrait only. But while seeing some pages it would be great to rotate to better visualize it.
The problem is when you go back to the previous page, the ...
0
votes
0answers
14 views
ZBarReaderViewController forcing Landscape
Im trying out ZBARSDK to implement barcode scanning, but when presenting the view i only want it to be in landscape.
I'm using the settings found in Zbars documentation, but it is not working:
...
-1
votes
2answers
44 views
Unsupport Orientation in iOS6 [duplicate]
My app is totally work only on portrait mode, but I have only one UIViewController that needs to be only in landscape mode in iOS6.
So:
One UIViewController should only support landscape mode.
The ...
0
votes
2answers
47 views
how to provide only one view with landscape for MPMoviePlayerController in IOS6
i had spend 2 hours finding the correct code to fix my orientation problem
this are my movieplayer code. i need this particular view to be shown in landscape.
in appdelegate i set all orientation and ...
0
votes
5answers
67 views
First UIView in Portrait orientation and second in Landscape
I have an app which has 2 view controllers. The first viewcontroller should be in portrait and it's ok, but when I'm loading the second view controller, I could not make the app orientation to be ...
2
votes
1answer
41 views
Maintaining orientation of parent view after modal view has been presented with different orientation
So I am developing an iPad app that supports only landscape mode except for on one modal view controller. The issue I am having is that once I present the modal view and change the orientation to ...
0
votes
3answers
69 views
Prevent some view controller in a navigation controller from rotating
I have a navigation controller which displays two view controllers at once. They are layered and the front most controller can be dragged down to reveal the controller below.
My app delegate is ...
1
vote
0answers
60 views
iOS Embedded Youtube Player not allowing landscape mode
Weird issue because nothing has changed in the implementation to my knowledge. I have an embedded YouTube clip player (code below), which works fine to play the videos that I want. But, if I rotate ...
0
votes
2answers
37 views
Orientatin issue in ios 6.0 and later
I am developing one application, in which there are number of UIViews inside one UIViewController. Now the issues is that it is having all the UIViews in the Landscape mode, here only one UIView is in ...
0
votes
0answers
20 views
the function willRotateToInterfaceOrientation is called in ios6
when I created a UIWebView ,it loaded a html view embed with video.I try to rotate video as I expected. it works fine in ios5(use willRotateToInterfaceOrientation function to detect the view ...
1
vote
1answer
33 views
Computing UIVIews new width before rotation
I'd like to know the new width my UIViewControllers view will have after a rotation change, but I need this information already in the
- ...
-1
votes
0answers
33 views
No visible @interface for ‘MFMessageComposeViewController' declares the selector 'shouldAutorotate'
Here is my code, for sending an message. I don't know how it's caused but I rarely heard of the new "shouldAutorotate" method, but it did not work for me. Lately I got an error. (Using iOS6 SDK)
...
0
votes
4answers
48 views
UIInterfaceOrientation in UINavigationController
In my application i got 2 UIViewControllers, first is root controller in UINavigationController and second is called by first one by pushing to UINavigationController's stack.
So first view should be ...
0
votes
1answer
28 views
Unable to force device to change UIOrientation
I have a vc that modally adds an image picker controller, and then goes back to that same vc when pic is selected. After I obtain the image via PickerController, I add the image to the screen, and I ...
-1
votes
0answers
31 views
ios6 UITableView UIInterfaceOrientation
I am working on an application in which I display the table using presentViewController:(UIViewController *)viewControllerToPresent animated: (BOOL)flag completion. It works fine in ios6> os in every ...
0
votes
1answer
34 views
how to force the orientation of viewcontroller to be displayed from portrait when presenting modal viewcontroller from landscape view in ipad
I have an application where there are two viewcontrollers say viewcontrollerA and viewcontrollerB.When viewcontrollerA is loaded in portrait mode and I click on the submit button present on the ...
0
votes
0answers
35 views
IPAD UIInterface Portrait and Landscape Orientation
System: XCODE 4.5, Deployment: IPad 5.0 and 6.0
I have two UIViewControllers that need to work on both Landscape and Portrait Modes. I used CGRECTMake to customize the position of UIControllers. This ...
0
votes
2answers
80 views
Image not returned by didFinishPickingMediaWithInfo: in ipad
On ipad using
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info method donot give image. Info dictionary is
> dic = {
...
0
votes
0answers
24 views
iOS6 iPad - Application not changing orientation
Here i mentioned my code which i used in my application for toast view controller, I have made my application running in ipad in landscape view, The orientation is not working properly, the toast ...
0
votes
0answers
18 views
Hide Views And resize one when device orientation changes
I have a view in which a chart is displayed.
This chart is rendered quite some time - the data is select-able in another View (table in which you can pick the items).
I want to achieve something ...
0
votes
1answer
44 views
Orientation not working with toast view
I have include the toast class, i have assigned my application as portrait in iphone and landscape in ipad when i work with following code
customView = [[[UIView alloc] initWithFrame:CGRectMake(0, ...
1
vote
5answers
153 views
How should I determine how to orient a view in landscape if the UIInterfaceOrientation landscape values are the same constant?
I want to present a view that responds to orientation changes but for various reasons can't use iOS's built-in autorotation. In viewDidLoad I use the current orientation to determine the initial ...
0
votes
0answers
40 views
CGAffineTransformScale and orientation change
Good evening,
I scale down a UIView by using CGAffineTransformScale.
[UIView animateWithDuration:0.3 animations:^{
gridContainerView.transform = ...
-1
votes
2answers
140 views
How to allow a particular view controller to support for both landscape and portrait orientation
My application is navigation based application which is supporting iOS 6. Except a view controller all others will support only portrait mode. Particular view controller alone has to support both ...
0
votes
1answer
50 views
tableView of tableViewController does not change according to its orientation
I have a class which is subclass of tableViewController. I am trying to rotate my table view. I implemented two mehtods :
- ...
4
votes
2answers
129 views
iOS 4.3 user interface orientation issue with 20 points of status bar
I have next view controllers:
FirstViewController
SecondViewController
ThirdViewController
The goal is: present ThirdViewController via SecondViewController.
In FirstViewController I present ...
0
votes
0answers
47 views
Why supportedInterfaceOrientations is calling multiple times in ios6
In my ios6 application supportedInterface orientation method calling 2 times. How to prevent this and how to make it to call only once in ios6. please let me know the way to resolve this issue. Thanks ...
1
vote
0answers
141 views
UIModalPresentationCurrentContext and willRotateToInterfaceOrientation
I have a modal view controller (let's call it the popup view controller) presented over my main view controller. At some point, I need so see the main view controller behind the popup. Therefore, I ...
4
votes
1answer
24 views
Reposition UIButtons inside customCell on InterfaceOrientation
Im using a custom tableviewcell, with 3 buttons.
I set the Frame of the buttons inside the layoutSubviews method, in my custom cell :
-(void)layoutSubviews
{
[super layoutSubviews];
CGRect ...
0
votes
0answers
31 views
willRotateToInterfaceOrientation in a tab bar application doesn't work
I have a tab bar application with two view controllers. The first I want it stays portrait and the second one stays in landscope. I already implemented these methods in the TabBarController
- ...
2
votes
2answers
180 views
iAd banner rotates my view to landscape
Views in my app are portrait only - my view controllers and the root view controller both ensure that they only rotate to portrait orientations using both shouldAutorotateToInterfaceOrientation: and ...
0
votes
1answer
110 views
how to show UIImagePickerControllerSourceTypeCamera in Landscape instead of Potrait
I am working on iPad App, There when we click the right bar button i am giving an action like below:
-(IBAction)camerabuttonAction:(id)sender
{
UIImagePickerController *picker = ...
-2
votes
1answer
101 views
iOS 6.0 orientation problems in universal application
I have an app that has a UIViewController as the root view controller (not a TabBar or NavigationController app!). This app is universal. It should always be portrait for iPhone and always be ...
0
votes
0answers
108 views
Why the [UIApplication sharedApplication].statusBarOrientation returns wrong values
Hi in my application i would like to know the statusbarorientation value. For that i am using [UIApplication sharedApplication].statusBarOrientation method. Actually this method have to return 4 for ...
0
votes
0answers
35 views
How to stop support to interface orientation methods multiple calling in ios6
In my application, I am using new orientation supported methods for supporting orientation changes in ios6.
Now the issue is, these orientation supported methods are being called multiple times ...
0
votes
0answers
94 views
iPad ios6 rotation not working as expected
I have a Window Application with the RootViewController being a 'MyTabBar' which is a subclass of UITabBarController. The subclass has all the methods of rotation identified (shouldAutoRotate, ...
0
votes
0answers
112 views
How to invoke rotation in iOS 6 with UITabBarController
I have an app using an UITabBarController and I want to support landscape view for one of the tabs.
I currently have a category set up that does:
- (BOOL)shouldAutorotate
{
return ...
1
vote
1answer
49 views
KVO - interface orientation property
I'm trying to observe interface orientation by KVO of UIViewController from other object by this code :
[((UIViewController *)self.delegate) addObserver:self forKeyPath:@"interfaceOrientation" ...
2
votes
0answers
196 views
can iOS 6 lock different Orientations for different view controllers in UITabBarController?
i meet a different issue in my app for iOS 6. i have a UITabBarController for the window's rootviewcontroller,and then i have 4 uiviewcontrollers in this tabbBarController, now i want twoof them is ...
1
vote
1answer
94 views
iOs 6 return from UIViewController in landscape to portrait
So I have an application with navigation controller, the last one viewcontoller can be rotated to any orientation. And the others must be in portrait only. So I have troubles when we rotate the last ...
1
vote
3answers
114 views
How to rotate a view in controller that is not allowed to rotate its interface?
Help me to solve the task - I have a viewController that is not allowed to rotate its interface:
- (BOOL)shouldAutorotate {
return NO;
}
- (NSUInteger)supportedInterfaceOrientations {
return ...
0
votes
1answer
56 views
Same offset value moves UIView differently in LandscapeLeft and LandscapeRight. Why?
I've UIView - UIScrollView - UITextField
If keyboard appears (textField delegate), I move the self.view up with some offset value.
But how is that the same value makes different offset in ...
0
votes
1answer
243 views
iOS 6 landscape orientation problems
In iOS, after dismissing a modal view controller (which is being forced to only show in portrait orientation), if the device is being held in landscape mode, the view controller which presented the ...



