UIButton *btn = [UIButton buttonWithType:UIButtonTypeCustom]; ... 100, 100,50); [btn setTitle:@"Hello" forState:UIControlStateNormal]; [btn ...
確定! 回上一頁