-1

I am having the hardest time trying to figure out, how I get a button working, on my custom cell? Since I cannot use performSegue in a custom cell? How can I do that, can anyone tell me how you would do it?

Hope you can :-)

Sorry for no code!

D. Finna
  • 467
  • 2
  • 7
  • 19
  • http://stackoverflow.com/questions/39585638/get-indexpath-of-uitableviewcell-on-click-of-button-from-cell/39585749#39585749 or http://stackoverflow.com/questions/39716304/view-tableview-cell-text-on-table-view-cell-button/39716407#39716407 – Bista Sep 28 '16 at 07:32
  • I would also be able to send a string of data with that though? And I see no prepareForSegue to do that? :/ – D. Finna Sep 28 '16 at 07:34

1 Answers1

1

are you want to push on another controller when click on profile button ?

So you need to implement a delegate method for button action than you can push on another controller.

Rakesh Mandloi
  • 361
  • 2
  • 11