I am creating an Universal app that has a scroll view.
The app runs fine for both the iPhone and iPad. However the scroll view is set to the iPad dimensions. So when i run the app on the iPhone the scroll view is still set for the iPad.
Any way I can change that?
You could use this:
Of course you’ll have to make adjustments to the scroll view’s content size as well.