通讯录查看iphone SDK

发布于 2024-08-28 00:46:53 字数 165 浏览 4 评论 0原文

当我们点击 iPhone SDK 中联系人应用程序中的特定联系人时,我们会看到该人的图像、姓名以及包含该人详细信息的表格视图。我想知道如何准确生成该视图? 。我尝试在略下方有一个表格视图,并尝试在表格视图上方添加一个包含图像和名称的视图。但我无法获得灰色条纹背景图像。

有更好的方法来做我想做的事吗?

When we click on a specific contact in the contacts app in the iphone SDk, we see the image of the person, the name and the tableview with details of the person. I would like to know how to generate that view exactly ? . I tried having a table view slightly below and tried to add a view with the image and the name above the table view. But i was not able to get the gray stripe background image.

Is there a better way to do what i want ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

孤凫 2024-09-04 00:46:53

我假设这就是您想要做的:

替代文本http://img180。 imageshack.us/img180/9929/screenshot20100402at828.png

顶部的 Cell 是一个自定义的 UITableViewCell,具有清晰的背景。有很多方法子类化 UITableViewCell。您只需将 UIImageView 放置在单元格的左侧,然后为名称和公司创建 UILabels。

I assume this is what you're trying to do:

alt text http://img180.imageshack.us/img180/9929/screenshot20100402at828.png

That top Cell is a custom UITableViewCell, with a clear background. There are a lot of ways to subclass a UITableViewCell. You would just position the UIImageView so that it's on the left side of the cell and then create UILabels for the Name and Company.

冷夜 2024-09-04 00:46:53

您可以使用AddressBookUI 框架。您可以在那里免费获得此视图,它会将联系人添加到用户的主要联系人中,但我相信还有一个委托方法可以返回刚刚添加回您的应用程序的人员。

You can use the AddressBookUI framework. You get this view for free in there, it will add the contact to the users main contacts but there is also a delegate method that returns the person just added back into your application I believe.

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