I am using XCode’s Master-Detail application with UISplitView. In my detailView, I have a scrollView. The scrollview works fine for iPhone, but refuses to scroll on iPad. The scrollViews has exactly the same settings in the iPad and iPhone XIB files. I am not using the storyboard.
Any ideas of how to solve this?
Take a look at the UIScrollView’s
@property(nonatomic) CGSize contentSizeproperty. It defines if the scroll is needed.