2010-01-19 6 views

Répondre

1

Les pieds de page sont souvent utilisés pour les descriptions. Donc, mettre en œuvre la méthode UITableViewDataSource suivante dans votre sous-classe de UITableViewController:

- (NSString *)tableView:(UITableView *)tableView titleForFooterInSection:(NSInteger)section 

Pour plus d'informations see the documentation.

+0

+1 pour battre ma réponse presque identique. –

+1

Merci. J'ai vérifié et juste vu que c'était: - (NSString *) tableView: (UITableView *) tableView titleForFooterInSection: section (NSInteger) –

Questions connexes