views:

8

answers:

0

Hey, I'm very new and im pretty confused.

I have 3 tabs, using my tab navigation template.

News Tab - > RssFunController(view) MAP - > SecondView Podcast -> ThirdView

Ok my question is , I want to display a simply table with items in SecondView, I have created a NSMutableArray *listOfItems; in file RootViewController.h

And in RootViewController.m I have sent up my view table details etc.

My problem is how do I set up my SecondView.xib tree to show my table with the items?

Im confused how i connect my data source and various things.

THANKS! :) , I hope you can help me.