UILabel文本感觉不像被设置

时间:2013-07-29 18:44:34

标签: ios objective-c

这是我的代码

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)

这是我的Outlet

@property (weak, nonatomic) IBOutlet UILabel *bottomTitleLabel;

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

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

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

0 个答案:

没有答案