控制器
IBAction
UI控件尺寸
UIButton *btn = [[UIButton alloc] init];btn.frame = CGRectMake(100, 100, 100, 100);UIButton *btn = [[UIButton alloc] init];btn.bounds = CGRectMake(0, 0, 100, 100);UIButton *btn = [[UIButton alloc] init];btn.center = CGPointMake(200, 200);新聞熱點
疑難解答