gpt4 book ai didi

iphone - NSFetchedResultsController sectionIndexTitles 错误不是英文字母

转载 作者:塔克拉玛干 更新时间:2023-11-02 07:50:39 25 4
gpt4 key购买 nike

我有俄语艺术家的数据库。
以下方法显示正确的俄语字母

- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section {
id <NSFetchedResultsSectionInfo> sectionInfo = [[self.fetchedResultsController sections] objectAtIndex:section];
return [sectionInfo name];
}

但是当我想显示索引行时:

- (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView {
return [self.fetchedResultsController sectionIndexTitles];
}

节字母是这样的“?”如何解决这个问题?

最佳答案

需要子类 NSFetchedResultsController 来覆盖 - (NSString *)sectionIndexTitleForSectionName:(NSString *)sectionName {
//或获取子串
返回部分名称;
}

关于iphone - NSFetchedResultsController sectionIndexTitles 错误不是英文字母,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10898661/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com