【发布时间】:2012-08-10 06:06:53
【问题描述】:
我正在尝试将三个不同文本字段中的整数值相乘。
@property (nonatomic,strong) IBOutlet UITextField *textField;
@property (nonatomic,strong) IBOutlet UITextField *textField2;
@property (nonatomic,strong) IBOutlet UITextField *textField3;
@property (nonatomic,strong) IBOutlet UILabel *total;
我正在尝试在 UILabel 中显示产品。有人可以帮助实施吗?非常感谢!
【问题讨论】:
标签: objective-c ios xcode4 xcode4.2 xcode4.3