Hello-
Trying to get up to speed on UIScrollView for an app that I'm working on. Found a tutorial at http://www.tckdeveloper.com/Tutorials/iPhone/ScrollViews.html that helped out and that got the scroll view working in landscape mode. Started adding more content to the view so that scrolling was needed in the portrait view as well. When I run the code the scrolling only works in the landscape orientation. Any ideas why it would scroll in one orientation and not another.
Notes: This is a navigation based app and the view is also making use of UIToolBar.