我不能得到這段代碼,只是讓UIButton
的圖像工作。錯誤消息總是說tempButt是UIView
,它不會響應呼叫imageForState:
。
有人可以告訴我爲什麼以及如何正確地做到這一點?
最終我想將這張圖片與其他圖片進行比較,看它們是否相同。從[self.view viewWithTag:n]獲取UIButton時無法獲取UIButton圖像;
UIButton* tempButt = (UIButton*)[self.view viewWithTag:tagNum];
UIImage* tempImage = [tempButt imageForState:UIControlStateNormal];
我真的很感謝你幫助我的努力。我檢查了你所說的一切,但沒有幫助。我不知道爲什麼...... – minjiera 2012-07-11 06:01:48