Reputation: 1
I'm new to Xcode. I know how to customize a cell for a UITableView
, but I'm wondering how to customize the cell for Edit Mode.
I want to:
Sorry for the caps, and thank you for fixing it.
I tried to upload a screenshot but because I'm new I can't. But the minus icon I'm referring to is the one that appears when you are in a table view and hit Edit button add the minus icon is added to each cell.
Thanks Dhara, I'll try to do what you suggest, hope it works. But other ideas are welcome.
Upvotes: 0
Views: 1499
Reputation: 4089
You can do following to add a pencil
cellForRowAtIndexPath
or make a custom cell and load it in cellForRowAtIndexPath
).Hope this helps you.
Upvotes: 1