This question already has an answer here:
I can select row using the "didSelectRowAt" function in tableview of swift 3. But how do I do other actions when I select a button in a row? I do not know how to select a button in the tableview.
This question already has an answer here:
I can select row using the "didSelectRowAt" function in tableview of swift 3. But how do I do other actions when I select a button in a row? I do not know how to select a button in the tableview.
Create an outlet action: And find the indexpath using this code
Create custom cell
Write below code inside
cellForRowAt indexPath
of UItableview Method// Button Clicked Method