Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

carlosl3g

macrumors newbie
Original poster
Oct 21, 2008
10
0
Hello there,


There's a view in my application that changes it's position and fixes the view as much as it can when I rotate the phone using the this code:


[super loadView];
self.view.autoresizesSubviews = YES;
self.view.autoresizingMask = (UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight);


but the problem is that it's still leaving some controls out of the screen.
I'd like to know how could I reallocate manually the controls or if I need to load a new view with these controls reallocated.

Thanks a lot for your help. :apple:
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.