Tagged Questions
0
votes
0answers
34 views
Rotate and scale bring image back to starting position
I am currently designing a little game as a learning project and it is basically the following, a image is rotated and scaled on viewDidLoad and another image is a direct copy of the original image.
...
0
votes
0answers
30 views
Rotating a view controller in an Objective-C application
I want to "rotate" a view controller by going to another view controller with the exact same objects but with the view controller in another orientation. Is there any way to do this? Thanks.
0
votes
2answers
25 views
CGAffineTransformMakeRotation and CGAffineTransformMakeScale
How come only one of the above works in code?
Currently I am using the following...
image.transform = CGAffineTransformMakeRotation(M_PI/2.5);
image.transform = CGAffineTransformMakeScale(1.25, ...
3
votes
0answers
59 views
Retina 3.5 has wrong origin after rotation in modal view to UIInterfaceOrientationLandscapeLeft
I have a weird behaviour with my view representation.
my structure:
Window -> MyTabbarController -> GraphViewController -> (modal) SelectItemViewController;
settings of Window:
After I ...
0
votes
2answers
28 views
Label rotation went wrong
I would like to do this: Image
In my storyboard I put the labels like this: Image
Every label is 70Widht and 20Height
Labels are named:
label1 (position x:20 y:161)
label2 (position x:50 y:161)
...
0
votes
0answers
31 views
Loading different NIB for every rotation
We want to include a modal in our iPad application, the representation is different between landscape and portrait versions. I could manage it manually, but is better to be able to manage it using ...
0
votes
2answers
41 views
How to rotate a UIImageView without resizing it?
My current problem is that when i try rotating a UIImageView it rotates but it resizes too.
Here's the code i'm using:
CGAffineTransform a = _player.image.transform;
_player.image.transform = ...
0
votes
1answer
20 views
Do actions when rotate the screen
when i rotate the screen i want to do some actions.
I'm currently using this method but it's not working.
- (void)deviceOrientationDidChange:(NSNotification *)notification {
NSLog(@"rotated!");
}
...
1
vote
2answers
51 views
Fail to jump from a portrait view to a landscape view
Everyone. I've got two views. The first view supports only landscape orientation and the second view supports all orientations. However, when the second view is portrait and a button is pressed, it ...
0
votes
0answers
32 views
UITableView after reordering, app won't rotate
I have an app that allows for a UITableView's rows to be reordered.
Upon reordering the rows, the app does not rotate anymore!
Thoughts?
Thanks a lot,
Chris
//UITableView
//
...
0
votes
2answers
73 views
Change camera and device orientation
I have an application that is basically a view and when the user click a button, camera visualization starts.
I want to allow all orientations when the camera isn't showed, but when the camera is ...
0
votes
1answer
135 views
Resizing full screen view inside UIViewController on rotation?
I added a webview to a UIViewController. I assumed that I could match it's size to the UIViewController's view, but soon realised that the UIControllerView frame was independent of the screen ...
0
votes
0answers
29 views
How to create iPad application with different xibs for orientations
I have a problem, I need to create different xibs for landscape and portrait views in iPad app
For example testView.xib and testView-landscape.xib
How can I do this?
I have tried this - ...
0
votes
1answer
85 views
ios animation, rotating button, button suddenly changes position
I am trying to implement animations in my application. I just want to try a simple rotation of a button. The button itself is rotated, but also it changes its position and the rotation angle is ...
1
vote
1answer
60 views
Manually override a single view's rotation animation?
I have a view whose subviews adjust based on constraints (pre-iOS 6, no auto-layout). I rotate the device and the views animate into their new positions and dimensions as expected.
I add a new view ...
0
votes
2answers
31 views
Resize on rotation
I am trying to put a UIScroll view on a page that fills the page minus a 10px margin around the edge. This I have done. However, I also want the UIScrollView to resize as the device is rotated, ...
0
votes
3answers
97 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
1answer
80 views
iPhone startup orientation (again!)
EIDT: fixed. It looks like it was a Simulator issue.
Thanks to Gabriel
One the simulator I get only this:
--- UIDeviceOrientationDidChangeNotification -> [<UIDevice: 0x7577d30>] {
But on ...
1
vote
2answers
227 views
Force Landscape iOS 6
I am looking to have one view in my app have landscape orientation. I have managed to get the view to stay in landscape when rotated manually, but if the device is already portrait, it stays portrait, ...
0
votes
2answers
182 views
CGAffineTransform rotation and resize on slider value
I am using Slider to Resize and Rotate-
For the Rotate -
CGAffineTransform transform = editingView.transform;
transform = CGAffineTransformMakeRotation(sliderVal * 2*M_PI / 30);
...
0
votes
1answer
105 views
Why does moving AND rotating a NSView change its rotation center to the frame's origin?
I rotate a NSView around its center and verified the result:
[_cocoaView setFrameCenterRotation:-_rotationX];
I position the NSView by changing the frame origin so that the view is aligned with ...
1
vote
1answer
74 views
Radians value went wrong for CGAffineTransformRotate
I'm trying to rotate the bicycle wheels when I rotate the pedal.
When I rotate counterclockwise, there is no problem.
But when I rotate clockwise for about 2-3 secs, the image starts to rotate ...
0
votes
0answers
70 views
UIImage rotation and orientation issue
I'm using standart code to rotate image, but when UIImageRotatation is not equal to 2, the image is rotated not correctly.
Any code to fix UIImageRotation and rotate image by X degrees? Try nearly ...
7
votes
6answers
623 views
How to handle different orientations in iOS 6
ADDED:
You can access this project on github
ios6rotations
Sorry guys for asking the question about screen rotation in iOS 6 but this is really a pain in the ass..and I still can't understand it ...
0
votes
1answer
153 views
Rotation animation in horizontal scrollview on images Obj-c
I have a question, I want to have just a little rotation animation on my images in a horizontal scrollview. They should rotate when they slide in, and when they slide out. Does anyone have any idea ...
0
votes
1answer
65 views
UIButton does not respond to removeFromSuperView when returning to VC
I have a UIButton that I implement programmatically as it is only required when I rotate the device.
The button needs to disappear when I go rotate and appear when I go landscape.
As long as I stay ...
0
votes
1answer
125 views
Rotating/moving one uiview and moving others at same time [closed]
This is my first question here and I'm a newby to iOS programming.
I've searched all over the web, with many tips coming from stackoverflow. Ive searched through the Xcode help and watched video's ...
1
vote
0answers
80 views
UIImageView - rotate in UIScrollView
I have UIScrollView that handles for image zoomimg.
UIImageView is resized to fit UIScrollView (in correct ratio) and centered.
Zooming works perfect (standart code), but when rotating, I need to ...
0
votes
2answers
70 views
UIToolbar doesn't get smaller in landscape
In my main view, I add a normal UIToolbar to the bottom of the frame, in landscape it doesn't get smaller? Is this because i dont supply landscape images or am i missing something else? All of the ...
0
votes
1answer
91 views
UIImage loses quality when rotated
I am using this code to rotate UIImage.
CGFloat DegreesToRads(CGFloat degrees) {
return degrees * M_PI / 180;
}
- (UIImage *)scaleAndRotateImage:(UIImage *)image forAngle: (double) angle {
...
0
votes
1answer
160 views
Enable zoom of UIScrollView reset zoomed view transformation
First, I would like to precise that it seems there is lot of questions on this subject with no response. The one who gets this answer should be rare.
I set an UIImageView as a zoomed view in a ...
1
vote
1answer
80 views
selective removal of custom gesture recognizer
I want to remove gesture a custom recognizer to an imageview. It is one finger rotation from kerby turner.
-(void) enableRotation{
[[self mainImageView] setUserInteractionEnabled:YES];
[self ...
0
votes
1answer
91 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:
- ...
0
votes
2answers
33 views
How to fix a viewcontroller's rotation?
My app uses landscape only. I fixed it via .plist's Supported interface orientations.
However, I need to use UIImagePickerController, and it only supports portrait mode. How can I rotate my app's ...
2
votes
1answer
59 views
Right way to transform the uibutton
When I made the transfrom UIButton background image showed ragged side
My code is here:
int r = arc4random() % 20 - 10;
avatarImgBtn.transform = CGAffineTransformMakeRotation(degreesToRadian(r));
...
0
votes
0answers
53 views
iOS application orientation bugs, not fully rotating
I am fairly new to iOS development, and have been making my own app to run on jailbroken devices. Recently, I've been trying to spice up the app, adding iPad and iPhone 5 screen support, making the ...
0
votes
0answers
74 views
Wrong coordinates after rotating, scaling and moving one image and sending the transform to other ViewController
I'm manipulating an image (scale, position, rotation). Once that's done, the user is redirected to another viewcontroller where I'm loading the same image in the same position.
I'm sending the ...
0
votes
1answer
73 views
Animating only the image in UIBarButtonItem
Ive seen this effect in 2 apps and I REALLY want to find how to do it.
The animation is in a UIBarButtonItem, and is only to the image. The image is a + symbol, and it rotates to a X.
If you want to ...
2
votes
2answers
229 views
Trying to get my head around simulating momentum / inertia witih a UIRotationGestureController
Okay, so I'm trying to make a 'Wheel of Fortune' type of effect with a wheel shape in iOS, where I can grab and spin a wheel. I can currently drag and spin the wheel around to my heart's content, but ...
1
vote
1answer
630 views
iOS: camera orientation
I want to capture an image with the camera using AVCaptureSession.
It works ok, I start the camera and I can get the output. However, I have some problems with video orientation when I rotate the ...
0
votes
1answer
397 views
Rotate UIViewController Programmatically?
I am trying to rotate a UIViewController by 180 degrees programmatically. Let's say I hit a "Rotate" button. That said button should rotate the screen and it's content by 180 degrees. My iOS Target ...
0
votes
1answer
54 views
How to make iPad rotations more fluid?
I'll show you two methods: the first one "redefineLayout" calculate new positions of elements and the second one is the hook "didRotateFromInterfaceOrientation" after rotation.
- (void)redefineLayout
...
0
votes
2answers
187 views
UIWebView Rotation
I am using a UIWebView in my app and when I rotate my iPhone the webview rotates along with it, works just fine. However, you see the corners of the background view behind my webview as it rotates and ...
0
votes
0answers
87 views
MPMoviePlayerController rotate
I have this code, it is playing video.. how can make the rotating once playing video??
MPMoviePlayerController * theMovie = [[[MPMoviePlayerController alloc]
...
0
votes
0answers
26 views
Rotating images whilst letting them drop
I am writing an app in Objective C. I am letting images drop down and whilst it does that it rotates. But gradual the images size keeps increasing.
That is the line of code:
CGAffineTransform rotate ...
1
vote
1answer
303 views
Changing UIToolbar UIBarMetrics
Is there anyway to have the UIBarMetrics of a custom UIToolbar change when the device is rotated? I would prefer it happen automatically but if there is something I can do during rotation that would ...
0
votes
0answers
123 views
Why is my UIToolbar changing width on rotation but not height?
I'm working in iOS6, and my UIToolbar isn't getting any thinner in height when the device rotates, though it is widening to cover the increased length. Here's my code:
-(void)loadToolBar:(NSString ...
1
vote
1answer
159 views
How to rotate iPad screen using a gesture rather than physically rotating the device
Here's my user's iPad requirement. Two users are sitting down at a table with an iPad between them. Each user needs the ability to "take control" of the app by doing a gesture to rotate the screen ...
1
vote
3answers
105 views
how do I rotate one view in a tabbarcontroller?
I feel like my question is answered in iOS6: supportedInterfaceOrientations not working (is invoked but the interface still rotates), but I'm not advanced enough to understand how to implement the ...
0
votes
1answer
133 views
How to rotate only MFMailComposeViewController
I have an application that on the iPod Touch/iPhone should not rotate. However, I do have an MFMaiComposeViewController for users to send bug reports. How my app is set up though, nothing can rotate, ...





