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.
views:
22answers:
2This is a good tutorial http://icodeblog.com/2008/09/22/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-4/
Some info on patterns
http://www.informit.com/articles/article.aspx?p=1398611
http://www.informit.com/articles/article.aspx?p=1397564
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/