Quote:
Originally Posted by harikrsna
I create plist in below format as
dict
strings
array
strings
strings
dict
strings
array
strings
strings
now i need to display values present in plist to tableview..
Please help me..
Thanks in advances..
|
This is a textbook example of how NOT to post a question to this board.
Ok, you've got a plist.
Now you want us to walk you through the whole process of setting it up as a data source for a table view, populating the table view, etc?
What have you tried yourself? What resources have you used to learn about table views? Have you tried the various example programs that are included with Xcode? Do a search on "TableViewSuite" in the Xcode docs. That will lead you to a whole set of table view examples, in increasing complexity.
You need to do some work on your own. If you get stuck, and have specific problems, we can help, but we're not here to spoon-feed you entire sections of the iPhone SDK. Sorry.