prepareForSegue not setting UILabel
问题 I have a prepareForSegue method setup in that sends everything I want to the destinationViewController except the value for a UILabel on the destinationVC . I threw a NSLog statement in to see what value it prints and it prints what I want. It doesn't crash, but it doesn't set. I know I'm missing something very basic here, but it's not jumping out at me. - (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(UIButton *)sender { if ([[segue identifier] isEqualToString:@"directionsSegue"])