如何在 UITableView 单元格中添加标签数量和图像视图

发布于 2024-11-16 16:10:55 字数 176 浏览 1 评论 0原文

我正在尝试在 UITableView 单元格中为 facebook 帖子添加 UIlabels 和 Uimage 视图。某些帖子可能无法使用某些图像或值。然后我必须检查消息、名称、标题、图片等的值。但是,如果某些帖子没有标题或图片,我不想为此创建标签。如果值不为空,我可以这样做吗,然后创建标签或图像视图,否则不要为该特定单元格创建标签。

I am trying to add UIlabels and Uimage views in UITableView cell for facebook posts. It might be happen that some images or values are not available for some of Posts. Then I have to check value of message , name ,caption ,picture and many more. But If some posts do not have caption or picture I don't want to create label for that.. Can I do like this if Value is not null then create label or image view other wise don't create label for that particular cell.

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

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

发布评论

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

评论(1

太阳公公是暖光 2024-11-23 16:10:55

是的 - 这就是这样做的方法。

Yes - that's the way to do it.

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