I'm parsing JSON file in iOS and I'm getting elements in a tableview but when I created (prepareForSegue) to get tableview element I can't get image and I get this error:
unrecognized selector sent to instance 0x7fa3427c5b20 2016-05-05 05:08:43.287 MovieClub[4845:212195] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString size]: unrecognized selector sent to instance 0x7fa3427c5b20'
in this line of code:
self.postt.image =[self.actuatlitDetail objectForKey:@"poster_240x342"];