Link to home
Start Free TrialLog in
Avatar of agicfuture
agicfuture

asked on

Implement Auto Rotate in Auto Scroll sample source by xCode and Objective-C



SDK:    xCode 3.2
Device: iPhone 3GS

Case:      
      How to modify the sample source (2_Autoscroll) to let both UIView and the UIImage in the view rotate correctly while have iPhone rotate event?

Source:
      Please find the 2_Autoscroll source code in:
      http://developer.apple.com/iPhone/library/samplecode/ScrollViewSuite/Introduction/Intro.html

Trhanks.
ASKER CERTIFIED SOLUTION
Avatar of jacekmalinowski
jacekmalinowski
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of agicfuture
agicfuture

ASKER

Thanks. I added it and work. Thanks. However, seem need to set the uiscrollview and image width...etc as the Image width not match the rotated screen
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks. I will try it