私のアプリには、このプロパティがあります(およびその@synthesize
.m)
@property (nonatomic, strong) IBOutlet UILabel *titleHeader;
でsecondViewController
。
問題は、iOS 7
if from firstViewController
I do:
[secondViewController.titleHeader setText:@"title"];
それは機能しませんiOS 6
。
なぜ?
編集
私がやる:
SecondViewController *secondViewController = [[SecondViewController alloc]initWithNibName:@"SecondViewController" bundle:nil code:[object code]];
[self.navigationController pushViewController:secondViewController animated:YES];
[secondViewController.titleHeader setText:[object name]];
[secondViewController.headerView setBackgroundColor:colorHeaderGallery];