UICollectionView使用问题

  • Crash崩溃
    崩溃信息:
    Assertion failure in -[UICollectionView _createPreparedSupplementaryViewForElementOfKind:atIndexPath:withLayoutAttributes:applyAttributes:]
    解决:
    设置dataSource和delegate

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

你可能感兴趣的:(UICollectionView使用问题)