Hi.
The big red "Delete"-button for confirming a deletion on a table view,
as well as the "price/buy"-button in the iTunes-store app, are both
cancellable by tapping anywhere but inside the actual button.
I would like to implement the same behavior in my own app.
What I have done so far is to set the accessoryView as a
"Download"-button, and the editableAccessoryView as the
"Confirm"-button. This way I can nicely switch between then by calling
-[UITableViewCell setEditing:YES animated:YES].
Problem is that I can not for my life figure out how to make it
cancelable by tapping outside. Any tips?
// Fredrik
--
You received this message because you are subscribed to the Google Groups "CocoaHeads Øresund" group.
To post to this group, send email to
cocoahead...@googlegroups.com.
To unsubscribe from this group, send email to
cocoaheads-ores...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cocoaheads-oresund?hl=en.