我建立应用程序计算器减少。
我如何使用 UITextField 的更改。
这是我的代码
视图控制器.h
double p;
double r;
UITextField * priceproduct;
UITextField * percent;
UILabel * result;
UIButton * solve;
在 priceproduct 你写产品的价格和百分比你写产品的百分比折扣。
当您单击按钮时,它会在标签中显示产品折扣后的价格。
我建立应用程序计算器减少。
我如何使用 UITextField 的更改。
这是我的代码
视图控制器.h
double p;
double r;
UITextField * priceproduct;
UITextField * percent;
UILabel * result;
UIButton * solve;
在 priceproduct 你写产品的价格和百分比你写产品的百分比折扣。
当您单击按钮时,它会在标签中显示产品折扣后的价格。
您所需要的一切都在 UITextFieldDelegate 协议中定义。http://developer.apple.com/library/ios/#documentation/uikit/reference/UITextFieldDelegate_Protocol/UITextFieldDelegate/UITextFieldDelegate.html