Hi, I am currently playing around writing little apps via the various online tutorials and 'Learning iPhone Development'. My question is, how can I display a table of data with multiple columns and an undefined number of rows?
If I knew the number of rows, I guess I could take the somewhat tedious route of using a load of labels or text fields.
If I only wanted a single column of data I can see how I could use the Table View Controller.
I can also see how I could use multiple table views next to each other, but if I did that then the rows wouldn't stay aligned when I scrolled down.
There's probably a really simple answer to this, but would anyone mind enlightening me?
Cheers.
If I knew the number of rows, I guess I could take the somewhat tedious route of using a load of labels or text fields.
If I only wanted a single column of data I can see how I could use the Table View Controller.
I can also see how I could use multiple table views next to each other, but if I did that then the rows wouldn't stay aligned when I scrolled down.
There's probably a really simple answer to this, but would anyone mind enlightening me?
Cheers.