是否可以使用 ABPersonViewController 或 ABUknownPersonViewController 来显示联系信息?

发布于 2024-10-13 19:18:49 字数 261 浏览 2 评论 0原文

是否可以使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

水波映月 2024-10-20 19:18:49

当然,你可以使用这些。将 ABUnknownPersonViewController.allowsAddingToAddressbook 设置为 NO 以阻止用户将信息添加到现有或新联系人。

Sure, you can use these. Set ABUnknownPersonViewController.allowsAddingToAddressbook to NO to prevent the user from adding the info to an existing or new contact.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文