I have a button that is used in view table controller in xcode 3
and I want all the getbutton on the right side to open different links how can I do this.
I have no idea how to do this. I have tried to add an array and access them but it didn't work.
You need to set the tag of the button to the indexPath.row in cellForRow dataSource method.
then in the buttons selector function you get the cell at that row.