开发者

Which controller is better for displaying user details in cocoa application?

I have some details of user in database but i want to display details for particular user.i want to know which controller is better for that can u give me some advice.Thanks in开发者_开发知识库 advance.


You're not specifying whether it's for iPhone/iPad or Mac, but in all cases you should read through the Human Interface Guideline documents for each to figure out where to start. It does sound like you're wanting to show information in a table of some form, so for Mac NSTableView, for iPhone/iPad UITableView

These 'getting started' pages, for the Mac and iPhone will push you in the right direction, step-by-step.

All the documentation can be found from these points: http://developer.apple.com/iphone/, http://developer.apple.com/mac/

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜