我得到以下異常的未知「cornerRadius」組件,它讓我發瘋了:iOS版:錯誤:訪問屬性
error: accessing unknown 'cornerRadius' component of a property
這是代碼行:
cell.imageView.layer.cornerRadius = 20.0;
我從2010年12月開始遵循本教程:http://www.raywenderlich.com/2502/introduction-to-calayers-tutorial
根據文檔UIImageView是一個UIView。它有一個CALAyer。 CALayer擁有cornerRadius屬性。我在iOS 4.0上。
感謝
哈!你只是打敗了我! – Roger 2011-06-15 10:12:43