0
votes
2answers
22 views

how to force view controller to stay in portrait mode?

I have an iOS application with storyboard. I want my last viewcontroller to stay always in portrait mode. I've been reading and I found that since ...
0
votes
1answer
91 views

Landscape view displaying in portrait when changing screens Xcode 4.5

I recently had some success using sub views for rotating from portrait to landscape in Xcode 4.5 (iOS 6). Now that the rotation is working, and I can design separate views for portrait and landscape I ...
0
votes
0answers
30 views

Rotating UIImage causing some iPhones to crash

On my app, I build a PDF. I add an image to the PDF file. When I use UIImagePickerController and select a portrait photo, it automatically rotates it 90 degrees to the left. So, in order to fix ...
0
votes
0answers
38 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
0answers
116 views

iOS - Help rotating an image (an asteroid ship image)

I am creating an asteroids clone for iOS. I have create a ship class and I am trying to rotate the ship itself. I've been able to do rotations in openGL, XNA, C#, etc. without any problems. I've read ...
0
votes
0answers
95 views

XCode iOS6 TabBar application launch orientation not pushing correct view

I am experiencing an issue with iOS 6 launch orientation with a tabbar application, with iOS 5 everything is working as it should, if the device is in landscape mode the application launches and ...
0
votes
1answer
37 views

Rotation not working properly

I am trying to create a graphing calculator for the iPad. On the portrait view there is a normal calculator and when rotated it updates the view to a graphing calculator. My problem is that I have ...
0
votes
0answers
38 views

Attempting to create 'anti-rotation' in Xcode

I'm on a learning curve and decided to pick out what seems to be the most difficult part for an app I'm attempting in Xcode and would appreciate any advice on how I might achieve the following. I am ...
0
votes
1answer
74 views

Check Rotation in iphone SDk

In my app, i used SMRotatory wheel for rotation. It is working fine as rotation regarding. But i want to detect that rotation is clockwise or anti-clockwise?? //My code is as follow: - ...
1
vote
0answers
38 views

Trouble in Tab Bar rotation with two views

I've got two similar views, in everyone there's a bottom toolbar with a botton and a textfield inside. (in toolbar autoresizing, autolayout & co. doesn't work...) In every controller there's ...
0
votes
0answers
26 views

Forcing UIPageviewController to portrait mode

I'm trying to get my UIPageviewController to only show in portrait mode. Been searching for a while now and found the standard stuff like: willAnimateRotationToInterfaceOrientation, ...
0
votes
2answers
51 views

Set tableview properties when rotating

I would like to set my tableview properties, such as Height when rotating the device. When the device is on portrait mode, I need to set the height property to 320. But if the device is rotated to ...
1
vote
1answer
53 views

Making a view go portrait straight away without rotating

Currently i have this code in all my views which i don't want to go into landscape which is all except for one: ...
0
votes
1answer
34 views

How to prevent sprite from doing 360 flip in cocos2d

So basically i have a turret and i rotate it to face the tapped position on the screen using [CCRotateTo actionWithDuration:duration angle:angle]; It works 90% of the time but then sometimes the ...
0
votes
3answers
181 views

How can I rotate an UIImageView in Interface Builder?

Is it possible to rotate an UIImageView in Interface Builder from XCode? Like I can do it in Photoshop, where I can scale and rotate an image. I know it is possible by code but is there a way to do ...
2
votes
1answer
111 views

How to make an image from iPhones library rotate in iOS?

I have an application which displays the artwork from a chosen song selected from the iPod library and would like to make it spin constantly. The code so far is as follows: ...
0
votes
1answer
67 views

UIPicker View Rotate Support

I have a universal iOS 6 Application that supports both landscape and portrait orientations. I have a view that consists of a UIPickerView at the bottom and a label near the top. On an iPad or iPad ...
1
vote
1answer
501 views

rotation animation xcode iphone

Im trying to rotate an image around in a circle using a simple single view application in xcode. I have a circle image on the main storyboard and a button. Im using the following code, but the ...
0
votes
0answers
164 views

Interface Orientation Not Auto Rotating iOS6

I have a view controller that I access using a modal segue. I send an image url that I retrieve from a Flickr API request to this view controller which will then, based on the image size, create a ...
0
votes
3answers
98 views

How to allow only particular view to rotate? (iPhone)

I am installing AdMob's ad, and there is a GADBannerView. After installing, a banner show, and if you click on it, a page will slide out coving the whole screen, and displaying advertising contents ...
0
votes
1answer
172 views

How to handle the orthographic projection when auto-rotating screen?

I have this method for performing the ortho projection: void myGL::ApplyOrtho(float maxX, float maxY) const { float a = 1.0f / maxX; float b = 1.0f / maxY; float ortho[16] = { a, 0, 0, 0, 0, ...
0
votes
3answers
124 views

How to rotate the view in iOS5?

I have used a splitviewController in my application. The orientation of the app is strictly set to landscape. I have done it properly in the build settings. When I run my app in iOS 5.1 or greater, ...
0
votes
1answer
201 views

Force landscape application to call supportedInterfaceOrientations (Again)

I Currently have a nearly landscape only iPad application on the app store and have been having some issues with the new iOS 6 way on handling rotation locking. It is a UINavigationController based ...
1
vote
0answers
154 views

Xcode: How to get UIImage after UIImageView rotated?

I use the code below to rotate UIImageView (only rotate 90degrees). degrees = 0; - (IBAction)processRotate:(id)sender { float radians = degrees / 57.2958; imageView.center = ...
0
votes
1answer
19 views

ImageView Keeps Laying On Side

Here is my issue. My app starts out in Landscape mode, and looks like this I have a couple of images for the door that look like: In the AppDelegate didFinishLaunchingWithOptions, I add the ...
0
votes
1answer
129 views

xcode drawrect - UIView bounds not reflecting rotation in simulator

I'm using xcode 4.5.2 to learn to develop in iOS6. I have this code in my drawRect... - (void)drawRect:(CGRect)rect { CGContextRef context = UIGraphicsGetCurrentContext(); CGPoint midPoint; ...
1
vote
0answers
96 views

Screen Orientation Xcode 4.3 iOS5.1

I am trying to have this view rotate, so that when a youtube video is played, it can be viewed full screen. The view is embedded inside both a navigation view controller, and a tabBar view ...
1
vote
1answer
1k views

shouldAutoRotate Method Not Called in iOS6

I have a UIViewController detail view which is pushed from a UITableView in a UINavigationController. In the UIViewController I add a number of subviews (e.g a UITextView, UIImageView). In iOS5 I ...
0
votes
1answer
55 views

Rotate View which is insider another View

Today, when implementing my program i get a problem. I have three types of views (small view). From them i make another view. (Templates) When full view I add to viewcontroller. As i think, ...
1
vote
1answer
123 views

UISwipeGestureRecognizer: How to force the touchesMoved stop and go into touchesEnded

I am working with UISwipeGestureRecognizer. I have the following problem. When I touch a square, it starts rotating.When I stop touching it, it stops rotating. I would like to do, with a timer, when ...
0
votes
0answers
134 views

Preserve EXIF + rotate Image in ios using ALAssetRepresentation

Hi I am having trouble uploading a photo from CameraRoll, preserving EXIF and at the same time rotate the image so up is up and down is down... So far I have managed to upload image with EXIF intact ...
1
vote
1answer
372 views

Rotating a UIImageView in iOS

I'm relatively new to iOS programming, and want my first project to include a gauge with rotating needle. So here's what I did... Created a new single view based project. Dragged a UIImageView onto ...
0
votes
0answers
155 views

supportedInterfaceOrientations method not working for splitViewController in iOS6 in Xcode

Currently, I am having issues using iOS6's new way of autorotating (among other people). I've attempted to set out supported rotations via the code below by subclassing my splitViewControllers and my ...
0
votes
1answer
180 views

Wont rotate with new xCode

I've got a problem with the latest version of xCode. Whenever i create a new Single view application and I deploy this to my iPhone 3GS, it won't rotate the app (to landscape). When I deploy the exact ...
2
votes
1answer
229 views

UIview Demo rotate only in one direction

I am working with this sample code RotationPie. It is a wheel, and I want to move it or rotate it in my project ONLY in one direction. I want to put different options and the user will have to choose ...
2
votes
1answer
321 views

Rotate UIView to give perspective

I want to change the perspective of a UIView that is in my Viewcontroller. I think that I have to transform this UIView layer, but I don't know how. I've tried the following code but it is not ...
0
votes
0answers
86 views

Forcing an individual Tab Bar View landscape

I have been attempting to force 1/4 views in my Tab Bar to landscape (for a CorePlot graph) I have tried forcing the view 90 degrees via: CGAffineTransform newTransform = ...
0
votes
1answer
156 views

Don't rotate subviews

When i used this code: - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { // Return YES for supported orientations return (interfaceOrientation != ...
0
votes
1answer
502 views

ViewController not rotating on iOS6

The majority of my application does not support rotation. On the supported orientations, I only have portait selected. On the UIViewController subclass that the application uses I have this: ...
4
votes
1answer
450 views

How to rotate UIButtons 90 degrees, without Auto Layout error?

I have a few UIButtons in an outlet collection array which I wish to rotate with this code: for(UIButton *button1 in b90){ button1.transform = CGAffineTransformMakeRotation( ( 90 * M_PI ) / 180 ...
1
vote
1answer
2k views

Incorrect rotation of a view controller in iOS 6

In my app I've been using the now deprecated shouldAutoRotateToFace method. Now when using the iOS 6 simulator, all of my subviews are rotated to portrait orientation while the device is in landscape. ...
-1
votes
1answer
333 views

How to Make a youtube video in an MPMoviePlayerController in Landscape? [closed]

How would I make my youtube video play in an mpmovieplayer controller, landscape mode using iOS 6?
8
votes
5answers
5k views

why iPhone 5 doesn't rotate to upsideDown

i added the new methods to my code like described at apples iOS 6 Documentations but on the iPhone 5 the App doesn't rotate to upside down. Only the to landscape Ways. Here my Code from the ...
0
votes
1answer
180 views

UINavigationBar is not rotating

I am experiencing a little problem. I'm trying to develop an app with UINavigationController bar but it is not rotating although my tableView is. Just a little introduction so you know what my ...
1
vote
3answers
210 views

iPhone - rotation is not working

I Have implemented - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { return YES; } in all of my controllers. I have the 4 orientation in info.plist and ...
0
votes
1answer
184 views

Rotating image also stretches or shrinks on iPhone

I try to rotate my image : UIImageView *image; image.transform = CGAffineTransformMakeRotation(0.0175*degrees); // 0.0175 = pi/180 = 1 degree in radians if e.g degrees = 90*x // x = 1,2,3,4 ...
0
votes
0answers
98 views

Autosizing while rotating device (iOS)

I'm currently fighting with the following problem. Maybe someone of you knows an answer. I think it's not difficult, but i have no clue why it is like it is. Here's the problem: First everything ...
0
votes
1answer
143 views

AutoRotation and supporting Landscape and Portrait

Hi I am trying to make my Iphone application allow all orientations and currently I am using a TableViewController, I edited the code - ...
1
vote
1answer
106 views

Not Behaving As Expected When iPhone Rotated

My app has 3 buttons and 1 image view on each view. Due to the size of the buttons and images, along with navigation bar and tab bar controller, a resize was needed to make everything smaller in ...
0
votes
1answer
142 views

Xcode debug warning about two-stage rotation animation

My iPad app outputs the following warning in xcode debugger below using (gcc). It's very frustrating because I don't know how to debug it. Using two-stage rotation animation. To use the smoother ...

1 2 3