How to populate a TableView with plist content usi

2020-05-03 01:09发布

问题:

I had some trouble to figure out how to make a TableView populated with x cells reprecenting objects, a very basic technique. In my case I wanted to display images and information about different red wines. The tutorial in the answer below made the whole thing very easy, creating a propery list with an array of dictionaries to populate the prototype cell.

回答1:

i guess that this tuturail will answer a lot of your questions: http://www.raywenderlich.com/5138/beginning-storyboards-in-ios-5-part-1