如何使用下面的文本创建CollectionViewCell

时间:2016-06-13 05:58:14

标签: ios objective-c uicollectionview

我有一个集合视图来显示项目的详细信息,每个项目下面都有一个状态或详细信息。我怎样才能做到这一点。设计就像enter image description here

3 个答案:

答案 0 :(得分:2)

请参阅附图。

enter image description here

答案 1 :(得分:0)

CollectionViewCell中你可以添加imageView及以下内容你可以在单元格中添加Label

Swift的这个链接.. https://www.raywenderlich.com/78550/beginning-ios-collection-views-swift-part-1

答案 2 :(得分:0)

您需要创建自定义CollectionViewCellCollectionViewCell中的label没有默认文字UITableViewCell

关注链接How to make a simple collection view with Swift