I have a dynamic tableview and a prototype cell which displays an array. My questions is how would I add a button which displays different names on each cell to the Left side of the cell and then a label to the right side displaying the array info. Thanks! :D
So imagine this is the cell below:
Left side:Button(array info) <-------------------> Right side:TextLabel(array info)
You can implement like this
I got the solution for your question, please follow the below steps