摘要:
<!-- <input type="button" id = "but" value="按钮" /> --> <!-- <form id = "people" action=""> <p> <input type="submit" value="Submit" /><br /> FirstName 阅读全文
posted @ 2017-09-23 12:18
vector11248
阅读(227)
评论(0)
推荐(0)
摘要:
1 #import "ViewController.h" 2 #import "ViewController2.h" 3 4 @interface ViewController () 5 6 @end 7 8 @implementation ViewController 9 10 @synthesize slider = _slider; 11 @synthesize ... 阅读全文
posted @ 2017-09-23 11:41
vector11248
阅读(556)
评论(0)
推荐(0)
摘要:
1 //同步属性和成员变量 2 @synthesize mySwitch = _mySwitch; 3 4 - (void)viewDidLoad { 5 [super viewDidLoad]; 6 7 _mySwitch = [[UISwitch alloc]init]; 8 9 //宽高两个属性参数没有用,苹果自己定好了宽高 10 ... 阅读全文
posted @ 2017-09-23 10:26
vector11248
阅读(120)
评论(0)
推荐(0)

浙公网安备 33010602011771号