I\'ve noticed that when calling setLayout:animated in a UICollectionView to switch between two layouts, the currently visible cell doesn\'t adhere to t
setLayout:animated
UICollectionView
This bit me too. After several tests I realized that UICollectionView will force selected cells to be on top, regardless of the z-index.