0
我有一個數組清晰的圖像陣列點擊
imageArray = [[NSArray alloc] initWithObjects:[UIImage imageNamed:@"1.png"],
[UIImage imageNamed:@"2.png"],
[UIImage imageNamed:@"3.png"],
[UIImage imageNamed:@"4.png"],
[UIImage imageNamed:@"5.png"],
[UIImage imageNamed:@"6.png"],
[UIImage imageNamed:@"7.png"],
[UIImage imageNamed:@"8.png"],
[UIImage imageNamed:@"9.png"],
[UIImage imageNamed:@"10.png"],
[UIImage imageNamed:@"11.png"],
[UIImage imageNamed:@"12.png"],
nil];
我想清除按鈕,點擊這個數組。
這些是屏幕上的一系列圖像。
如果我按下按鈕清除圖像應清除所有的圖像。
我該怎麼辦?
問候 shishir
確保您有此鏈接爲一個UIButton! – 2010-07-05 08:42:19