开发者

How could I view panoramas on IPhone?

开发者 https://www.devze.com 2023-03-10 17:41 出处:网络
I want to make an app which have one panoramic image, and开发者_运维问答 when I zoom in the image, the view will automatically change the big image to other images with higher resolution, I can arrang

I want to make an app which have one panoramic image, and开发者_运维问答 when I zoom in the image, the view will automatically change the big image to other images with higher resolution, I can arrange images with different resolutions and sizes no problem with that, but I would like to get help of the idea of how to viewing panoramas on iphone.

for example there is a site called http://gigapan.org/ which has in his main page an illustration of what I want.

Thanks


Use a UIScrollView, it has methods for zooming and the delegate has a method to return a view for a particular zoom setting. Check the Apple docs for more info.

0

精彩评论

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