标签: ios contacts
我想知道是否有任何模仿iOS Contacts Add / Edit Screen的控件,我可以根据自己的需要自定义。因为从头开始构建看起来有点复杂。 感谢
答案 0 :(得分:0)
没有,因为你无法真正定制Apple的ABPersonViewController。我会为此目的继承UITableViewController。 iPhoneCoreDataRecipes样本可能派上用场。