I got a UICollectionView with several cells on the screen.
I want to add one animation that can zoom out/in the cell;
The logic behind is when clicking the cell, it will invoke [self.navigationController pushViewController:_chartViewController animated:NO];
I am not clear how to zoom in/out the new _chartViewController
Looking for the APIs and some key takeaways for doing it. Thank in advance!