3 つの異なるテキスト フィールドで整数値を乗算しようとしています。
@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 に表示しようとしています。誰かが実装を手伝ってもらえますか? 本当にありがとう!