开发者

Making Quick Jumbar with custom input/array in TableViewController

开发者 https://www.devze.com 2023-03-19 03:21 出处:网络
I have implemented quick jumpbar using the following delegate functions sectionIndexTitlesForTableView and sectionForSectionIndexTitle

I have implemented quick jumpbar using the following delegate functions

sectionIndexTitlesForTableView and sectionForSectionIndexTitle

- (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView {  
return [NSArray arrayWithObjects:@"0",@"50",@"100",@"150",@"200",nil];
}

but I need to put a dot image in between the numbers for which I have to pass a custom object and then handle the same as it is.

Can an开发者_如何转开发y one tell me how to do this, including source code?


The . image is added automatically when there are to many item in the list.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号