I notice that InterfaceBuilder has UITableViewCell
in its library of objects I can drag onto a view. I wonder if it ever makes sense to use one outside of a UITableView
.
views:
46answers:
2
A:
I'll tell you one word, it has two letters, and it's the word "on" spelled backwards. :)
Seriously, you wouldn't ever want to have a UITableViewCell
outside of a UITableView
.
Jacob Relkin
2010-05-05 04:42:12
I want to have a wide, narrow button with a title and a subtitle and a disclosure accessory.
iter
2010-05-05 04:55:03
So stick it in a `UITableView` if you so desire. I would strongly discourage using a `UITableViewCell` outside of a `UITableView`.
Jacob Relkin
2010-05-05 04:58:37