Quote:
Originally Posted by DenVog
Are you using interface builder to construct your nibs for each tab? If so, there is an element called UIScrollView you can drag and drop onto your view. You'll then need to hook it up in your classes with IBOutlet UIScrollView *myScrollView;
|
Yes, I am using interface builder to create each individual view. I've tried creating an outlet and hooking everything up, however every time I run the app it freezes when I click on the tab loading the view.
I think I may start from the beginning, and create a fresh tab bar app, and create each view again. Incase I'm doing this wrong, I am wondering how do I start with a new nib file, but have the nib file connected to the View Controller files? Hope that makes sense haha.
Thanks very much.