Enumeration: UICollectionElementCategory
Overview
Constants specifying the type of view.
Constant Summary
- UICollectionElementCategoryCell
The view is a cell.available in ios 6.0 and later.declared in uicollectionviewlayout.h.
- UICollectionElementCategorySupplementaryView
The view is a supplementary view. available in ios 6.0 and later.declared in uicollectionviewlayout.h.
- UICollectionElementCategoryDecorationView
The view is a decoration view.available in ios 6.0 and later.declared in uicollectionviewlayout.h.