Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想得到关于如何做的解释,子类的类。覆盖什么等等。对于 jsqmessageViewcontroller 框架
例如传出单元格,如何构建我的布局和标签
任何帮助将不胜感激
是的,我确实搜索过它并没有找到很多关于它的信息
只需创建一个自定义单元格或 xib,然后在实现 JSQ 框架时只需在
override func collectionView(collectionView: UICollectionView, cellForItemAtIndexPath indexPath: NSIndexPath) -> UICollectionViewCell { //Configure your cell here return //yourCustomCell }
这是您可以关注的系列http://www.raywenderlich.com/78550/beginning-ios-collection-views-swift-part-1