UICollectionView - Zoom Transition like iOS7 Calendar
问题 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