UITableView 之外的 UIImage 和 UILabel

发布于 2024-07-07 15:22:10 字数 269 浏览 9 评论 0原文

看这张图片:

替代文本 http://img139.imageshack.us/img139/4488 /picture2ep3.png

我知道如何添加具有分组样式的 UITableView 以及如何在任何表格单元格中添加标签。

但是如何在视图顶部添加图像和标签,例如屏幕。

Look at this image:

alt text http://img139.imageshack.us/img139/4488/picture2ep3.png

I know how to add UITableView with grouped style and how to add label in any table cell.

But how can I add image and labels on top on the view, like screen.

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

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

发布评论

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

评论(1

飘落散花 2024-07-14 15:22:10

使用 Interface Builder,您只需将这些(UILabels 和 UIImageViews)拖到您的视图上。 如果您使用的是 UITableViewController,您可能需要切换到标准 UIViewController,以便更好地控制视图中的内容。

拖动它们后,通过插座将它们连接起来(如果您想以编程方式更改/访问它们)或在 IB 中设置它们的内容并完成操作。

Using Interface Builder, you can just drag these (UILabels and UIImageViews) onto your view. If you're using a UITableViewController, you might want to switch to a standard UIViewController, to give you more control over what goes into the view.

After you've dragged them on, hook them up via outlets (if you want to programatically change/access them) or set their contents in IB and be done with it.

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