2010-08-03 61 views

回答

-1
- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section 
{ 
    return [NSString stringWithFormat:@"I am a title header: section %d", section]; 
} 

從蘋果公司網站: http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UITableViewDatasource_Protocol/Reference/Reference.html

+0

謝謝你 這對我來說非常有用 hank再次 – himCream 2010-08-04 21:46:08

+0

也許你可以檢查這個答案作爲正確的答案。 – dasdom 2011-06-04 18:28:42

相關問題