I'm doing a tableview, whose data provider can offer quite a lot of data. There will be an additional Details view for each cell, but I'm thinking that the initial cell could (should) show quite a lot of info, too. Better usability, fancy look & feel, fun to create.
The problem is that it's quite a lot of manual coding to create a cell with this much data. Many places to make errors, slow to finetune coordinates, sizes, colors etc. I know I can use a XIB template, but should I? It will work, not questioning that, but is it a recommended way to use or to avoid?
http://stackoverflow.com/questions/413993/loading-a-reusable-uitableviewcell-from-a-nib
When looking at this reusable UITableViewCell XIB question (link also above) it's not clear what is recommended. What is the situation today?