I have this UITableView (http://imgur.com/3YQzm) that I want to list 3 textfields on each row. The info is stored on a SQLite d/b. The first row I need for titles.
How can I list the info in each row so it looks “nice” (i.e. lined up in columns)? Do I need a custom cell for this?
As far I know, you have to put the labels in the specific locations, so you have to define the coordenates for a nice look. I don’t know if you are using a xib file for the cell, but, for this case, is better to use it. In the xib will be easy to set the correct location for your labels.