Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 418 Bytes

File metadata and controls

7 lines (4 loc) · 418 Bytes

MultipleCollectionViews Example

This example shows a small problem in UICollectionViewDelegate calls order. This problem was found while trying to solve a multiple UICollectionViewCell selection from multiple UICollectionView.

Check out blog post for a detailed description of the problem and scenario.