sample code: UIButton *button = [[UIButton alloc] initWithFrame:CGRectMake(100, 100, 0, 0)]; button.backgroundColor = [UIColor redColor] ...
確定! 回上一頁