I followed this tutorial:
http://www.iphonedevsdk.com/forum/ip...html#post16371
So now I have an app with 5 tabs, the fifth is a tableview. So Ive written several apps with regular views and functions buttons etc. but now I need to know how to call functions etc in a tabbed view where I am using controllers.
My first thought was to create a UIView subclass then put all the code I want in there, which would allow me to copy code from another app. but if I do #import "foo.h" on the 'foocontroller.m' it doesnt display the page or any data.
is there a tutorial on how to implement buttons and functions from a tabbed view?
same for reading data into a tableview, how can I do it from a tabbed view where Im using nibs?
tia!
rob