I\'m using a custom drawn UITableViewCell, including the same for the cell\'s accessoryView. My setup for the accessoryView happens by the way of something like
accessoryView
You must use a UIControl to properly get event dispatch (for instance a UIButton) instead of simple UIView/UIImageView.
UIControl
UIButton
UIView/UIImageView