模仿 ABNewPersonViewController UI

发布于 2024-10-12 21:09:57 字数 283 浏览 5 评论 0原文

我想复制 iOS 4.x ABNewPersonViewController UI 布局(请参阅链接文本) 在自定义视图中,但我不确定实现此目的的最佳方法。我正在考虑单个分组的 UITableView,但是第一部分怎么样?如何实现较小的单元格(第一个、最后一个、公司)?最后,“添加照片画布”是否只是一个带有阴影背景图像和圆形边框的子 UIView,还是可以通过编程来完成?

非常感谢!

I'd like to replicate the iOS 4.x ABNewPersonViewController UI layout (see link text) in a custom view but I'm unsure about the best way to achieve this. I was thinking of a single grouped UITableView, but what about the first section? How do I achieve the smaller cells (first,last,company)? And finally the "add photo canvas" is it just a sub UIView with a background image for the shadow and the rounded border or can this be done programmatically?

Many thanks in advance!

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

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

发布评论

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

评论(1

洛阳烟雨空心柳 2024-10-19 21:09:57

你关于单个分组 UITableView 的想法可以工作。获取较小单元格以及照片单元格的方法是将 UITableViewCell 子类化并像这样创建它。是的,照片canvus只是添加在UITableView之上的自定义UIView。我不确定我是否明白在这里推出自己的意义,但这就是我开始的方式。另外,我想我记得看过有关如何构建此页面的教程..尝试谷歌搜索它。

your idea about a single grouped UITableView could work. The way to get the smaller cells as well as the photo cell would be to subclass UITableViewCell and create it like that. and yes the photo canvus is just a custom UIView added on top of the UITableView. I'm not sure i see the point of rolling your own here, but thats how i'd start. Also i think i recall seeing a tutorial on how to build this page..try googling for it.

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