Apple used EditableDetailView as an example code to learn how to make editable cells in a UITableView. But this sample is no longer available on the developer's site.
Is there any other example code that is recommended to learn how to do this? I am looking for the cell to be editable, so it looks like a detailed view of the contacts application.
source
share