0
進行快速Jumbar定製輸入/陣列我曾嘗試使用下面的委託功能在TableViewController
sectionIndexTitlesForTableView
和sectionForSectionIndexTitle
- (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView {
return [NSArray arrayWithObjects:@"0",@"50",@"100",@"150",@"200",nil];
}
實現快速jumpbar但我需要把一個點圖像中的數字之間的我必須傳遞一個自定義對象,然後像原來一樣處理。
任何人都可以告訴我如何做到這一點,包括源代碼?