I keep getting the error:
NSInvalidArgumentException\', reason: \'-[UIViewController setPhotoCellName:]: unrecognized selector sent to instance >
NSInvalidArgumentException\', reason: \'-[UIViewController setPhotoCellName:]: unrecognized selector sent to instance
You believe that your destination is an object from the FlickrImageViewController but the app doesn't. Look at the class you have assigned that controller in your storyboard; according to the error, it's a bare UIViewController.
FlickrImageViewController
UIViewController