iphone - Delete Button in UITableView -
When I edit a contact, I want a delete button in my UITableView like addressbooks die.
Is this a custom cell or UIButton?
To create a button, you can:
- Style your
UITableView style
grouped .
- Add the +1 section to your table. Custom table ( Red background and with appropriate label)
- Add the +1 section to your table. Custom table ( Red background and with appropriate label)
Comments
Post a Comment