Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个日文 iPhone 应用程序,我需要在特定屏幕位置以日文平假名显示,我尝试直接使用 NSSTING 它不起作用。请问什么是正确的方法。提前致谢。
使用这些在 UITableVIewDataSouce protocl 中定义的方法来设置节标题和索引视图的自定义 NSString:
- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section; - (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView