これが私のコードです
NSLog(@"%@", bottomTitle);
[self.bottomTitleLabel setText:bottomTitle];
NSLog(@"%@", self.bottomTitleLabel.text);
ここに出力があります
2013-07-29 14:37:30.977 Minoe[20853:c07] Choose a category
2013-07-29 14:37:30.978 Minoe[20853:c07] (null)
ここが私のアウトレットです
@property (weak, nonatomic) IBOutlet UILabel *bottomTitleLabel;
テキストが設定されていない理由がわかりません。
編集: ラベルが null だったのはなぜですか?
編集 2: テキストが設定された時点で、ビューは読み込まれませんでした。