1

这是我的代码

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;

我不明白为什么我的文字没有被设置。

编辑:标签为空,为什么?

编辑 2:在设置文本的时间点未加载视图。

4

0 回答 0