In my custom cell I have button which tagged in cellForRowAtIndexPath like this:
cell.downloadButton.tag = indexPath.row
By clicking on this button I want it to be hidden and another to be shown. How should I contact with specific cell knowing only tag of it's button?