Maybe the question is not clearly enough.
I mean I have a TableView,and it has a Prototype Cell and this Cell has a button.
I set a segue name "ForMore" which is combine 2 ViewControllers
But I reuse this Cell many times.
And this is result:
When I click everyone of the button in all cells.It will jump to another ViewController.
But I need to know which button I have clicked because that ViewController need initialize according to which cell I clicked.
So, how can I know which cell I clicked when I reuse a cell many times.