我試圖改變延遲時間後,我的圖像視圖的位置,就像下面的代碼改變位置的UIImageView通過選擇
CGPoint pointOne=CGPointMake(150, 200);
UIImageView *sampleImage=[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"hello.png"]];
[sampleImage performSelector:@selector(setCenter:) withObject:[NSValue valueWithCGPoint:pointOne] afterDelay:0.5];
,因爲圖像視圖不接受nsvalue不正常工作PLZ發言權任何其他解決方案來傳遞cgpoint或cgrect作爲對象。提前致謝。
thx for ur reply。但我想另一種方式,而不創建新的方法... – KingofHeaven 2010-08-21 11:47:31
你不能使用'setCenter:'通過傳遞除'CGPoint'之外的任何東西作爲參數 – rano 2010-08-21 12:12:59