- (NSString *)tableView:(UItableView *)tableView titleForHeaderInsection:(NSInteger)section {
return [NSString stringWithFormat:@" %@ ", [SECTION_ARRAY objectAtIndex:section]];
}
반응형
'Programming > iOS - ObjC' 카테고리의 다른 글
| 구조체 -> 객체 -> 구조체 (0) | 2010.11.29 |
|---|---|
| 객체 지정하는 변수 (0) | 2010.11.29 |
| NSDictionary - 기본 사용법 (0) | 2010.11.29 |
| NSDictionary - key에 해당되는 value가져오는것 (0) | 2010.11.29 |
| NSArray - 내용 정렬된 상태로 얻어오기. (0) | 2010.11.26 |
| UITableView - Cell 높이 설정 (0) | 2010.11.26 |
| UITableView - 더보기 버튼 추가 (disclosure) (0) | 2010.11.26 |
| UITableView - 글자크기 수정 (0) | 2010.11.26 |
| UITableView - 리스트목록에 하위제목 붙이는 방법 (0) | 2010.11.26 |
| UITableView - 내용 넣기 (0) | 2010.11.22 |