我在这里做错了什么?当我在模拟器中运行时,我没有显示randomNum值。(我已经在IB中链接了所有内容)。 (编辑:实际上程序现在崩溃了)
.m file:
randomNum=arc4random() % 100;
randomNumLabel.text=randomNum;
.h file:
int randomNum;
int guess;
IBOutlet UITextField *numberField;
IBOutlet UILabel *randomNumLabel;
答案 0 :(得分:2)
您需要使用NSString
的{{1}}方法将数字转换为字符串。
stringWithFormat: