按鈕這是我正在我的自定義按鈕,當前的方法:定製一個UIAlertView中
UIAlertView *av = [[UIAlertView alloc] init];
[av addButtonWithTitle:@""];
UIButton *yesButton = [av.subviews lastObject];
[av show];
[yesButton setImage:[UIImage imageNamed:@"test.png"] forState:UIControlStateNormal];
這樣做的問題是,原來的觀點依然是我的按鈕設置在圖像周圍可見。它並沒有完全封裝圖像。下面是我到目前爲止的例子:
https://www.dropbox.com/s/htb9pfihwmel5oo/testimage.png
反正是有讓這個形象完全佔據整個按鈕?
你是先生,是天才。謝謝! – ad0ran