I am working on a UITableView. Please tell me how to remove the arrow button displayed in the each and every row?
UITableView
For c# user :
UITableViewCell cell = new UITableViewCell(); cell.Accessory = UITableViewCellAccessory.None;