美文网首页
UICollectionView使用问题

UICollectionView使用问题

作者: 囧书 | 来源:发表于2016-08-04 14:53 被阅读498次
  • Crash崩溃
    崩溃信息:
    Assertion failure in -[UICollectionView _createPreparedSupplementaryViewForElementOfKind:atIndexPath:withLayoutAttributes:applyAttributes:]
    解决:
    设置dataSource和delegate

  • collectionView.contentInset无效
    如果是使用UICollectionViewFlowLayout布局,同时想整段内容左右缩进的话,应设置layout的sectionInset属性

相关文章

网友评论

      本文标题:UICollectionView使用问题

      本文链接:https://www.haomeiwen.com/subject/maicsttx.html