Goal: when a user selects a cell, a button is added to that cell. Within my didSelectRowAtIndexPath function I have the following:
UIButton *downloadButton =
Its always best to add any views that you are adding to a cell to cell.contentView. Also try to check if the accessoryView is nil.
cell.contentView