How to make custom selected background view for UITableViewCell.
Recently I came across interesting problem where we were supposed to show multiple choice question format in UITableView. When user selected a cell, the bullet image for that cell would get toggled on/off based on select/deselect action. However, what