Hi all.
I am making use of UITableView where i want to edit the cells after populating.
I used the UITableView's setEditing method.
Then all the cells are having '-' (delete) control, But i want the '+' (edit) control instead. Where to set it??
Edit option (-/+) is not visible when i use UITableVIEWCELL -setEditing:
Why so??
I want only selected cells to have the edit options. How to achieve it??
Also i tried with tableViewDataSource delegate methods, but none of the methods are firing when i click the delete button in cell..????
Urgent HELP required....
Thanks..Thanks... in advance....
I am making use of UITableView where i want to edit the cells after populating.
I used the UITableView's setEditing method.
Then all the cells are having '-' (delete) control, But i want the '+' (edit) control instead. Where to set it??
Edit option (-/+) is not visible when i use UITableVIEWCELL -setEditing:
Why so??
I want only selected cells to have the edit options. How to achieve it??
Also i tried with tableViewDataSource delegate methods, but none of the methods are firing when i click the delete button in cell..????
Urgent HELP required....
Thanks..Thanks... in advance....