Property 'indexArray' requires the methd 'setIndexArray:' to be defined
- use @synthesize, @dynamic or provide a method implementation
--> interface 에서 멤버 객체로 만든 뒤에 @property 지시자를 지정했을 때
implementation 에서 @synthesize 를 해야 한다는 메시지
'개발 > App Developer' 카테고리의 다른 글
UITableViewCell 객체의 생성과 초기화에 대한 방법(뷰 재활용 개념) (0) | 2010.08.29 |
---|---|
UITableViewCell 의 악세사리 종류 (0) | 2010.08.29 |
UITableViewCellDelegate 프로토콜의 중요 메소드 (0) | 2010.08.29 |
UITableViewCell 프로퍼티 이외에 이를 지원하는 프로퍼티와 메소드 (0) | 2010.08.29 |
모달(Modal) 뷰 (0) | 2010.08.29 |