Change a UIButton View's background upon press
- by Michael
This should be easy but its got me stumped. I've got a button on each row of a table cell. The button is to delete the file associated with that row. I have an image that indicates if the file is present on the iPhone or not present.
When the user presses the button, the target action method (showDeleteSheet) then calls a UIActionSheet with a…