I want to disable the UITableViewCellAccessoryDetailDisclosure button for certain rows in my table. I cannot seem to find any way to do this. I tried just doing:
cell.UITableViewCellAccessoryDetailDisclosureButton.enabled = NO;
But no luck. Does anyone know how to do this?
Thank you!