Perhaps it's something with Xcode 4.5+ or iOS 6 that makes my research fruitless so far, but...
- Apple's own advice hasn't worked for me. I set the contentSize to something different, and it causes no changes.
- I found this wasn't unique to me, but the answer in that question 1.) does not inform me about the problem and 2.) I'm left wondering if it's really impossible to create a simple, non-inheriting example of UIScrollView. Thus, this question.
- A better answer's code was tried within viewDidLoad and viewDidAppear, but to no avail.
So what gives? Is it possible to create a simple, image-filled view that allows scrolling? Say... something as easy as this basic project I set up on github -- but working?