0

I want to show same image view whatever u have mode either portrait or LAndsacpe mode.5n my case when i change my UIView then image frame in scroll layout frame don't show same image it start from image no.1 but i required same image no. when i change orientation. So for that what will i do ?

ram
  • 1,193
  • 1
  • 15
  • 27

1 Answers1

0

It sounds like you're having problems with scroll views when the orientation changes? Have a look at this answer I posted a while ago (example code included).

Community
  • 1
  • 1
jtbandes
  • 115,675
  • 35
  • 233
  • 266
  • this method is not implement in code. because i have define ratation in app delegate file. and i have two different xib which is shown by switch controller. so for xib how i do it? – ram Jul 04 '11 at 12:09