The first thing I thought: Set the βeditβ property of each row to βNO,β then add a UISwipeGestureRecognizer to the cell and attach a selector to it that generates your segmented control in the cell. I suggest subclassing UITableViewCell and overriding the initWithFrame method.
source share