i'm making a navigation based application for iphone.
one of my view controllers looks like this:
@interface NewComputerViewController : UIViewController <UITableViewDelegate, UITableViewDataSource>
so i'm using a UITableView
to show data.
when the view loads, I use a button in the top navigation bar to run a function loadStuff
load some stuff in a Dictionary.
My question: how do I repopulate the table view in that viewcontroller from that loadStuff
function (which belongs to the view controller)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…