I have an application that reads/parses data into a file a开发者_如何学JAVAnd store it into a NSMutableArray.
I need to display the contents (data) of this array into a window (tableview or else don't care) the only problem is that the data is not static so i can't fix n labels if you understand me.
If someone can help me
Thanks to all
This is for solve such problems that Apple design the UITableViewDelegate protocol
Follow the documentation and you should solve your problem.
This is a job for Cocoa Bindings.
精彩评论