如何在iPhone应用程序中显示平假名日文字符

时间:2013-07-28 15:09:31

标签: iphone uitableview asianfonts

我正在开发日本iPhone应用程序,我需要在特定的屏幕位置显示日语平假名,我试图直接使用NSSTING它不起作用。请问正确的方法是什么。提前谢谢。

enter image description here

1 个答案:

答案 0 :(得分:0)

使用UITableVIewDataSource协议中定义的这些方法来设置节标题和索引视图的自定义NSString:

- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section;
- (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView