TableView - Tab Navigation - Connection Inspector Issue
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.
精彩评论