UITableView : Set data from anywhere but controller
Hi,
I didn't find my answer on the web, so :
I have an UITableView element ; as the tutorials I've read, I made an tableViewController.h / .m, and implements all the methods. I have a NSArray property in the .h.
So now, I want to :
- Clear the UITableView list
- redefine the NSArray with my own values
- Reload the data into the UITableView list
From my my view classes.
Is it possible ?
Hope you'll understand my question.
Thanks.
|