UITableView reload data

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)

27
задан Andrei S 23 February 2011 в 18:04
поделиться