摘要: #import "ViewController.h" @interface ViewController () //定义一个文本框属性 @property (nonatomic,weak) UITextField *numText; //定义一个Label属性 @property (nonatomi 阅读全文
posted @ 2016-04-10 20:28 小白coding 阅读(689) 评论(0) 推荐(0)
摘要: #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; // Do any addit 阅读全文
posted @ 2016-04-10 20:27 小白coding 阅读(570) 评论(0) 推荐(0)
摘要: #import "ViewController.h" @interface ViewController () @property (nonatomic,weak) UITextField *num1Text; @property (nonatomic,weak) UITextField *num2 阅读全文
posted @ 2016-04-10 17:52 小白coding 阅读(613) 评论(0) 推荐(0)