I'm using a UITableView to present options to the user. The user can select one option by clicking on one of the cells. The concept is similar to the Radio input in html forms.
I'm looking for some ideas on how to combine two functions into a UITableViewCell. I've taken care of the selection function. I would like to also let the user get information on a particular UITableViewCell. The information is text that will not fit into a subtitle on the UITableViewCell.