0

I have got a Button in a custom table cell, with which I want to navigate to a view. But this view has to be different to the view you get if you simply press the TableCell. Has anybody solved this before?

Sam Hanley
  • 4,707
  • 7
  • 35
  • 63

1 Answers1

0

You can push another view in button click event

Eg:

[self.navigationController pushViewController:viewController animated:YES];
Sisu
  • 716
  • 3
  • 6