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.
I notice that InterfaceBuilder has UITableViewCell in its library of objects I can drag
Share
UITableViewCells are meant to be used inUITableViews only. Feel free to stick them elsewhere, but you do so at your own risk.