Pass data from UITableViewCell to UIViewController

http://stackoverflow.com/questions/9005052/recipes-to-pass-data-from-uitableviewcell-to-uitableviewcontroller

Solution: Use custom delegate

UIViewController

MyViewController.h

MyViewController.m

Custom table cell and Protocol

MyTableViewCell.h

MyTableViewCell.m