objective c UITableView edit table view rows
Posted by Eng.Ahmed AlSadiOct 13
xcode – iphone -objective-c
Hi;
to edit ” delete or select ” rows or cells of table view , you can use [ UITableView : setEditing ] “A Boolean value that determines whether the receiver is in editing mode”
|
1 2 3 |
//ExampleDB.com by AlSadi
[TableView setEditing:YES]; |
Related posts:
- objective c iPhone edit table view Xcode – iphone – objective c Hi, to edit table view UITableView you can easily...
- objective c UITableView delete all rows table view xcode – iphone – objective c Hi; the example below show how to delete all...
- objective c UITableView delete selected rows xcode – iphone – objective-c Hi; if you want to know my way of deleting...
- objective c table view index of selected row cell Xcode – iphone – objective c Hi, to get index of selected section and row...
- objective c get or remove file extension from path xcode – iPhone – Objective c if you have file path and want to get...
Leave a Reply