Xcode - Segue issues
问题 i've been trying to get a segue to work. I've written the following... but for some reason, the ...preparesegue... method doesnt fire. I've read other related posts but i cant get it to fire, and just as importantly, the variable i'm need isnt transferred. m file: @implementation CountryTableViewController -(void) getData:(NSData *) data { NSError *error; json = [NSJSONSerialization JSONObjectWithData:data options:kNilOptions error:&error]; [self.tableView reloadData]; } -(void) start { NSURL