Hello,
i have a table view with customized cell. each cell contains a button that is added a contentView addSubview. Now I want to update a Boolean value in database table regarding to row of which button is clicked.
How should I get the index of the row whose button is clicked as when you click on the button it does not select the row on which the button exist .