建立一般按鈕 · CGRect buttonFrame = CGRectMake( 10, 40, 100, 30 ); · UIButton *button = [[UIButton alloc] initWithFrame: buttonFrame]; · [button ...
確定! 回上一頁