Using iOS, how would I go about creating a red \"delete\" button similar to the one used when deleting contacts on the iPhone?
You can create a separate section in your grouped table view, give that section only one row, and set that cell's background image to a red gradient image. You'll have to recreate that image on your own, though.