我正在尝试将三个不同文本字段中的整数值相乘。
@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 中显示产品。有人可以帮助实施吗?非常感谢!