perkinss / Beachcomber

The ONC beachcomber app
1 stars 1 forks source link

update the photo table to a multi-selection list #31

Closed perkinss closed 12 years ago

perkinss commented 12 years ago

Leaving iOS4 behind now, we can just have a single multi-selection list for editing the photo list and for selecting to upload

jrproctor commented 12 years ago

Implemented multiple selection table view using allowsMultipleSelectionDuringEditing attribute of the tableView, and the toolbar feature of the UINavigation controller. Allows the user to select multiple photos and choose to either delete or upload them. The previous selection interface has been removed.

Potential point of further discussion: should the delete button show a confirmation prompt rather than just deleting the selection immediately?