How to animate image in tableview to extend and open another view controller simultaneously?
- 阅读更多 关于 How to animate image in tableview to extend and open another view controller simultaneously?
问题 I'm making a messenger app and I want the user to click on image in my tableview and it should extend to full screen and show different controls on navigation bar. How do I go about it? I thought I can take the same image, put UIImageView on top of original cell image and animate it to full screen. But how do I go about presenting different controller without blinks, delays, and animations? This is done in many messaging applications. 回答1: Use a custom transition, to extend the image view