I have added a uibutton in every row of uitableview, Now, whenever a user clicks on any of the button in uitableview, I want to remove that button. Please help me to solve this, I have added the button tag with indexPath.row and then fire a method that contains a mutable array, then I add the [sender tag] into mutable array and reload the tableview and in cell for row, I am checking whether the array contains the object, if yes I place a label else a button.
I have added a uibutton in every row of uitableview , Now, whenever a
Share
1 Answer