如何在 UITableView 单元格中添加标签数量和图像视图
我正在尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的 - 这就是这样做的方法。
Yes - that's the way to do it.