views:

43

answers:

2

and also, by doing that, does it align to the iPhone UI guidelines?

+1  A: 

Yes. And there is a nice article here:

iPhone SDK: Resizing a UITableViewCell to Hold Variable Amounts of Text

My best guess is that it is in line with UI guidelines.

Niels Castle
A: 

Yes. You can even use different subclasses of UITableViewCell in the same tableView.

Combat