Editing a table like iPhone Mail
Posted
by user217572
on Stack Overflow
See other posts from Stack Overflow
or by user217572
Published on 2010-01-21T12:35:23Z
Indexed on
2010/03/26
1:13 UTC
Read the original article
Hit count: 226
iphone
The iPhone Mail application has an edit button in the navigation bar. Tapping that button shows a delete button in the toolbar and shows checkbox controls in the table cells. Tapping one or more checkboxes then tapping the delete button causes the checked messages to be deleted.
How can I add similar functionality to my own code?
Here's a screenshot of the effect I'm looking for:
© Stack Overflow or respective owner