autorotate Questions

3

Solved

I've got an app where I have a UINavigationController subclass as my rootViewController. I've got a UITableViewController that lets the user edit some settings, it should always be in portrait mode...
Latreese asked 23/9, 2012 at 15:50

1

Solved

Please don't suggest me it is a bad idea to have the rotation at ios 4.3-6.0 in 1 build, because I told to many times and didn't listen to me. At project settings I have setted all interface orien...
Foucquet asked 4/12, 2012 at 13:38

1

Solved

My view has the wrong dimensions. I am running a Landscape only but the view is reporting portrait dimensions "View Width = 768.000000 Height = 1024.000000" Any Ideas how to fix that? I have played...
Kiehl asked 16/11, 2012 at 23:40

2

Solved

In iOS6, shouldAutorotateToInterfaceOrientation is deprecated. I tried to use supportedInterfaceOrientations and shouldAutorotate to make app working correctly for autorotation but failed. this Vi...
Mats asked 30/9, 2012 at 15:3

1

Solved

How to define XAML to rotate a rectangle infinitely? So far I found a solution with code but no xaml: http://www.codeproject.com/Articles/23257/Beginner-s-WPF-Animation-Tutorial which I use like th...
Congressional asked 6/9, 2012 at 10:28

1

Solved

Everything was good until I updated to ADT 20 yesterday, now when I rotate screen with CTRL-F11, screen rotates, but application (ANDROID) remains in portrait mode. So my question is it possible t...
Kalikalian asked 29/6, 2012 at 16:18

2

Solved

I am working on iPhone game, i was curious to know if there is a call back function tht gets called when the device forces auto rotation on the game, so that i can change the HUD elements. Or shd...
Outfight asked 24/5, 2012 at 5:33

2

Solved

Currently I'm workign on a drawing app for the iPad. I need to reposition and rotate the toolbar in the app when it is put into a different orientation while keeping the the drawing area in the sam...
Brina asked 13/11, 2011 at 20:21

4

Solved

I have a strange problem in an iPhone app I'm developing. I want my app to support ONLY portrait mode, but for some reason I can't do it (device & simulator). To support only portrait mode I ...

2

Solved

Is it possible to rotate a view around its own centre? In my present implementation the sub-views (buttons, etc) seem to move along a funny path before they end up in the desired positions (since ...
Bal asked 8/1, 2012 at 11:43

2

Solved

My iPad app makes heavy use of autorotation. This is great. However, I've noticed that if a hidden view is released by the default implementation of didReceiveMemoryWarning (as described here), whe...

3

Solved

I have implemented an UIScrollView delegate as: - (void) scrollViewDidScroll: (UIScrollView *) scrollView { CGRect bounds = scrollView.bounds ; CGPoint scrollLoc = scrollView.contentOffset ; ...
Sexology asked 24/12, 2011 at 17:22

2

Solved

Is it possible to query (programmatically, at runtime) what the height/thickness of a navigation bar and/or toolbar will be post-rotation? That is, when building a frame for a specific subview, I ...
Amphibrach asked 5/5, 2011 at 9:14

1

Solved

I'm trying to create programatically a custom view controller with subviews which center on the screen. I've succeeded, and when I navigate to this view, the centered view appears in the center, an...
Tawny asked 25/3, 2011 at 10:10

1

Solved

I have a tab bar controller with this code - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { // Return YES for supported orientations //NSLog(@"objec...
Inexact asked 21/1, 2011 at 4:5

4

Solved

My splash screen is working, but my app works on landscape mode, and the splash screen shows in the default portrait mode. How can I start the app so that the splash screen rotates between landsca...
Corsage asked 7/12, 2010 at 6:31

1

Solved

I have my view set up in viewDidLoad. All the different frames and such of the subviews have been defined relative to self.view. Therefore it doesn't matter what size self.view is the subviews will...
Photosynthesis asked 23/9, 2010 at 11:42

1

I have a root view controller that will have up to 10 or so subviews. I am implementing autorotation/autosize accross the entire app. My problem is this: - When I allocate all the view controller...
Lycopodium asked 7/4, 2010 at 12:40

© 2022 - 2024 — McMap. All rights reserved.