简体   繁体   中英

iPhone Image Zoom Animation

I am writing my first iPhone app. I'm looking for direction on how to best accomplish an image zoom animation. I have a thumbnail sized image on the screen, and want to show a larger sized image overlaid on the view when the user taps on the thumbnail.

I've seen some suggestions for using the core animation framework. I saw another suggestion to use ImageKit. Is ImageKit available on iPhone, or just OSX?

Again, I'm just getting started, and looking for some guidance.

ImageKit is not available on iPhoneOS, so you have to use CoreAnimation from these choices.

Or you could try to use UIView animation blocks , which is much simpler (but limited compared with CA).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM