开发者

Display NSArray on window IB

开发者 https://www.devze.com 2023-03-30 06:20 出处:网络
I have an application that reads/parses data into a file a开发者_如何学JAVAnd store it into a NSMutableArray.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消