I have made a iphone app which working fine in portrait mode.now how i can made it for landscape mode that it will work fine on changing of orientation.should I use frame for every component or use another view for landscape mode...?please some body help me to way out from this problem
Asked
Active
Viewed 239 times
1 Answers
0
Alok,
This actually has to be done according to your requirements as you might need the same in Landscape Mode. So there will be a need to check each n every screen. Simple start with setAutoresize to yes, likewise you need to resize/adjust frames.

Tarun
- 766
- 1
- 5
- 12
-
thanks Tarun but can you please tell me how and where i use set autoresizing or frame – Alok Srivastava May 17 '12 at 18:52
-
PLEASE HELP! I've spent five days now trying to figure this out, and I'm sure it's something very simple that I'm doing wrong, but I'll be hanged if I know what it is... – Alok Srivastava May 18 '12 at 05:37
-
hi Tarun i have got a way to change the component position through frame.it works fine but bit lenthy – Alok Srivastava Jun 01 '12 at 06:45