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!
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!
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.