objective-c - iOS系统通讯录应用的姓名拼音自动补全是如何实现的?
伊谢尔伦
伊谢尔伦 2017-04-17 13:18:06
0
2
384

如下图,在系统通讯录编辑联系人时,如果添加了姓氏拼音活着名字拼音字段,编辑姓名内容时会自动根据汉字补全拼音,而且除了少部分多音字,还都正确标注了音标。

请问这个功能是如何实现的?有没有可供调用的API?
如果想要自己实现这个功能,有什么可行的方法么?

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(2)
阿神

In CoreFoundationFramework, there is a corresponding method in CFMutableString, which is to "translate" Chinese into Latin
NSHipster’s master’s blog: http://nshipster.com/cfstringtransform/

迷茫

There is really no good method except complete hash mapping. . .

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!