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:

  1. Style your UITableView style grouped .
  2. Add the +1 section to your table. Custom table ( Red background and with appropriate label)

Comments

Popular posts from this blog

php - Creating canonical URLs with custom route-classes -

Mysql Local server hardware -

mysql - Formatting problem with PHP DateTime Difference when used as part of an equation -