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

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -