I\'d like to add a button to a table cell. The \"Delete Event\" in the calendar app inspired me... (a similar case is \"Share Contact\" in contacts)
As of now there\
Yes, you are on the right track, that's the easiest way to add a subview to a cell (the other is subclassing a UITableViewCell).
UITableViewCell
Check the Apple guide for more info.