2009-09-14 7 views
0

cell = [[[UITableViewCell alloc] initWithStyle : UITableViewCellStyleValue1 reuseIdentifier : CellIdentifier] autorelease]; '- [: cellForRowAtIndexPath : MyTable에있는 tableView]'초기화 문제 UITableViewCell initwithStyle

:

/Users/myName/Downloads/myApp/Classes/MyTable.m : 기능에서


아직도 나는 다음과 같은 오류를 얻을 수 /Users/myName/Downloads/myApp/Classes/MyTable.m:88 오류 : 'UITableViewCellStyleValue1'미표시 (이 기능에서 제 사용)

/Users/myName/Downloads/myApp/Classes/MyTable.m:88 : 오류 : (선언되지 않은 각 식별자는 한 번만보고됩니다.

/Users/myName/Downloads/myApp/Classes/MyTable.m:88 : 오류 :. 각 기능이 나타남)

/Users/myName/Downloads/myApp/Classes/MyTable.m:88 경고 : 없음 '-initWithStyle : reuseIdentifier'방법은

을 발견 /Users/myName/Downloads/myApp/Classes/MyTable.m:88 : 경고 : 일치하는 메소드 서명이없는 (메시지

/사용자/myName/Downloads/myApp/Classes/MyTable.m : 88 : 경고 : 'id'를 반환하고 받아 들일 것으로 가정 됨

/사용자/myName/Dow nloads/myApp/Classes/MyTable.m : 88 : 경고 : '...'인수로 사용)

답변

0

3.0 이전의 SDK에는 UITableViewCellStyleValue1이 정의되지 않았습니다. 사용중인 SDK를 확인하십시오.