tags:

views:

22

answers:

2

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.

A: 

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/

petert