Good tutorial / code example for editable table cells?

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.

+3
source share
1 answer

I had a quick look and it looks like CoreDataBooks and SimpleUndo demonstrate some table editing features. However, I can not find anything like EditableDetailView. I don’t know why they did it!

0
source

Source: https://habr.com/ru/post/1714818/


All Articles