- 1
- 2
- 3
- 4
- 5
- 6
- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section
{
NSArray* headers = [[NSArray alloc] initWithObjects:@"Friends requests",@"Suggestion friends", nil];
return [headers objectAtIndex:section];
[headers release];
}
Комментарии (5) RSS
Добавить комментарий