Hi there,
I've got this slightly strange issue that I can't quite seem to figure out.
I'm following the example given by Apple to "flip" a view.
Now the "flipping" is working fine. I'm using an nib file containing two "views" showing "summary" and "detailed" information.
The "summary" page is a UIView. Whereas the "detailed" page is a UIScrollView.
For some reason when I first flip to the "detailed" view the scrollbar doesn't work. But if I happen to flip back to the "summary" and then back again to the "detailed" page it works fine.
It's almost like I need to force the view (or views owner) to refresh/reload somehow.
Any ideas or suggestions would be totally appreciated.
Thanks in advance, Matt