开发者

Zoom in out a view to a specific point iphone sdk?

开发者 https://www.devze.com 2023-01-07 14:34 出处:网络
I want to zoom in and out a UIVIew on to specific point something similer effect to focus + zoom in. I don\'t want to use UISCrollView. What is the right approach to do this i开发者_StackOverflow社区f

I want to zoom in and out a UIVIew on to specific point something similer effect to focus + zoom in. I don't want to use UISCrollView. What is the right approach to do this i开发者_StackOverflow社区f anyone could suggest. Thanks


The right approach is to use a scroll view. If you don't want to use a scroll view, though, you can use a tiled layer. Bill Dudney has an example of that here: http://bill.dudney.net/roller/objc/entry/tiledlayer_on_the_iphone

Why don't you want to use a scroll view?

0

精彩评论

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