我有一个基于地址簿的应用程序,在这个应用程序中,我获取联系人的名称并将它们显示在一个表中,就像ABPeopleViewController一样,使用aCell.textLabel.text = name;当我处理英文名字时,这样做很好;它们是这样出来的,正如我想要的那样:Jane Doe (good)
Taro Ta
为了以防万一,我发现苹果的iOS文档是错误的,因为XCode 6.1不支持removeRecord方法,导致标题错误var adbk: ABAddressBook!(newContact) //this does not work - results in the title errorvar adbk: ABAddressBook