I'm trying to replicate the zoom-to-detail transitions of the iOS7 calendar (and photos) apps in my app with UICollectionView.
I have a UICollectionView grid with flowlayout, and I set a new layout with much larger cell size to get the zoom-in transition.
My problem is the content of the cell. In the calendar app, when you tap on the month in the year-view, the content from the month cell expands as well to the month-view. How to I get that? I researched solutions since this zoom-to-detail seems to be a UI paradigm Apple is propagating for iOS7, but there is no demo app or tutorial available.