I want to create a segue to from an object (label) inside a tableview cell to another view controller.
example: imagine the instagram feed tableview - tapping the number of likes under an image will push a second view with the list of people who liked an image.
How can i do that? I know it's possible when tapping a cell but i need a solution for when tapping a label inside the cell...
thanks!