- (NSString *)tableView:(UItableView *)tableView titleForHeaderInsection:(NSInteger)section {
    return [NSString stringWithFormat:@" %@ ", [SECTION_ARRAY objectAtIndex:section]];
}

반응형