In a database, which is what you are talking about, at least conceptually, rows are all identical. What you are talking about is adding a new column. Each column is unique.A table view just displays a grid (organized in rows and colums) from an array. Where you get the array data from or what you do with the array data is a separate issue. You can definitely use a plist to start with.In a table view, you normally don't do that kind of specific row checking for data. You just dump the data in an array and the table displays it all.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: