Hi all,
Just wondering what the best way tackle this is:
I have a tableview filled with user content from a database, as part of the content of each table row is a delete button which has it’s visibility set to false.
I have a delete button at the bottom of my page which, when tapped, I want to trigger a routine which will change the visibility of every delete button in every table cell so it becomes visible.
I’ve been playing around with this for a bit now without coming to any specific conclusion, has anyone got any ideas?
TIA
Chris