I am working on a UITableView. Please tell me how to remove the arrow button displayed in the each and every row?
UITableView
In your -tableView:cellForRowAtIndexPath:, set the accessoryType property of your UITableViewCell to UITableViewCellAccessoryNone, which is the default FYI.
-tableView:cellForRowAtIndexPath:
accessoryType