是否可以使用 ABPersonViewController 或 ABUknownPersonViewController 来显示联系信息?
是否可以使用 ABPersonViewController 或 ABUknownPersonViewController 在我的应用程序中显示联系信息。
即。)您单击一个显示“联系信息”的按钮 ->然后加载带有静态信息(例如地址和电话号码等)的 ABPersonViewController 并将其推送到 NavigationController 上?
我想使用它的原因是它已经内置了很好的功能。 -其中包含地址和电话号码的按钮,格式良好,单击时可以拨打电话或打开地图。
Is it possible to use ABPersonViewController or ABUknownPersonViewController to display contact information within my app.
ie.) you click a button that says "contact info" -> which then loads a ABPersonViewController with static information such as address and phone number etc and would be pushed onto the NavigationController?
The reason i want to use this is the nice functionality which is built in already. -buttons that have address and phone numbers in them that are nicely formatted and when clicked perform phone calls or open the map.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然,你可以使用这些。将
ABUnknownPersonViewController.allowsAddingToAddressbook
设置为NO
以阻止用户将信息添加到现有或新联系人。Sure, you can use these. Set
ABUnknownPersonViewController.allowsAddingToAddressbook
toNO
to prevent the user from adding the info to an existing or new contact.