自定义 ABPersonViewController
除了 ABPersonViewController 中的内置电子邮件、电话行之外,是否可以添加自定义 UITableViewCell 行? 我想在该单元格中添加添加、删除等按钮,这将允许用户在我的应用程序中添加/删除。 请告诉我,谢谢。
Is it possible to add custom UITableViewCell row in addition to built-in email, phone rows inside ABPersonViewController?
I would like to add buttons like add, remove, etc in that cell, which will allow user to be added/removed into/from my application.
Please let me know, Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
很确定到目前为止您已经得到了答案,但我只是想自己做这件事。
基本上,不会。
这些控制器不是为定制而设计的,Apple 在其文档中提到了这一点。
Pretty sure you've gotten the answer to this by this point, but I was just looking into do this myself.
Basically, No.
These controllers are not designed to be customized and Apple mentions it in their documentation.
这个答案可能对你有帮助:
https://stackoverflow.com/a/3507849/819355
它是
ABPersonViewController
的子类,它允许您玩一下屏幕控制...This answer might help you:
https://stackoverflow.com/a/3507849/819355
It subclasses
ABPersonViewController
which allows you to play a bit with the screen controls...