我正在开发日本iPhone应用程序,我需要在特定的屏幕位置显示日语平假名,我试图直接使用NSSTING它不起作用。请问正确的方法是什么。提前谢谢。
答案 0 :(得分:0)
使用UITableVIewDataSource协议中定义的这些方法来设置节标题和索引视图的自定义NSString:
- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section;
- (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView