Editting View Created by uiTableview class
I 开发者_如何学Pythonam new to iphone developement, just started learning uitableview class.
So i created a view and added tableview.Please let me know how can i move further to enable editing option for each cell.
Do i need to use accessory property to enable this option?
You can turn on the table editing mode by setting your UITableView's "editing" to YES
精彩评论