How should I display detail view, with variable length strings?
I want to have a detail page that describes an object. It will have a title and a description, but the description can be any length. Is there any example's of this? I guess that a tableview all the rows have to be the same height? I could make it hard and use a variable number of cells and just make the top and bottom ones rounded, but this would be a lot of work seperating the string into character sized chunks. I just want it to look like a "real" app.
Thanks,
CP
|