开发者

Photo viewer (with zoom, pan, scale etc)? Alternative to Three20

开发者 https://www.devze.com 2023-04-04 20:31 出处:网络
I have an app with a few pi开发者_C百科ctures. If the user clicks on one of them, I want him to be able to zoom, pan, scale and so on. I don\'t need something like Three20. First of all, I\'m loading

I have an app with a few pi开发者_C百科ctures. If the user clicks on one of them, I want him to be able to zoom, pan, scale and so on. I don't need something like Three20. First of all, I'm loading the images from file inside the app, second I don't need the "library" feature (that displays all the images in a grid > like the Photos.app). So I only need the part in the left picture...

Photo viewer (with zoom, pan, scale etc)? Alternative to Three20

How can I do that? Is there any "sample class" or tutorial?

Thanks a lot in advance!


The UIScrollView supports not only scrolling, but also zooming in and out, in fact, it's the super class of things like webViews and tableViews.

It's a matter of fitting an UIImageView inside an UIScrollView and make the contentSize match, and enable zooming (maximum/minimum zooming is 1.0 by default, setting it to something else allows zooming).


check out the Nibmus Project, they have a nice photos controller http://jverkoey.github.com/nimbus/group___nimbus_photos.html, which sounds to be exactly what you're looking for.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号