1

我想得到关于如何做的解释,子类的类。覆盖什么等等。对于 jsqmessageViewcontroller 框架

例如传出单元格,如何构建我的布局和标签

任何帮助将不胜感激

是的,我确实搜索过它并没有找到很多关于它的信息

4

2 回答 2

1

只需创建一个自定义单元格或 xib,然后在实现 JSQ 框架时只需在

override func collectionView(collectionView: UICollectionView, cellForItemAtIndexPath indexPath: NSIndexPath) -> UICollectionViewCell { //Configure your cell here return //yourCustomCell }

于 2016-02-09T20:12:41.753 回答
0

这是您可以关注的系列http://www.raywenderlich.com/78550/beginning-ios-collection-views-swift-part-1

于 2016-01-07T10:13:14.647 回答