0
什麼程序的顯示圖像特別是UItableView(分組)的iPhone?什麼程序的顯示圖像特別是UItableView(分組)的單元格iphone?
什麼程序的顯示圖像特別是UItableView(分組)的iPhone?什麼程序的顯示圖像特別是UItableView(分組)的單元格iphone?
不喜歡它:
UIImageView *imgView = [[UIImageView alloc] initWithImage:urImage];
[cell setBackgroundView:imgView];
[imgView release];
希望這有助於。
謝謝,
Madhup
文檔A Closer Look at Table-View Cells提供深入的解釋和示例的代碼。值得一讀。
你想在標題中顯示圖像? – Warrior 2010-04-05 09:07:04