开发者

Objective C: Bending images

开发者 https://www.devze.com 2023-03-29 13:19 出处:网络
I want to take 开发者_如何学Goan image and have the user bend it and take it apart. I\'ve been searching for a while and can\'t find anything similar to the idea. Any suggestions appreciated!For bendi

I want to take 开发者_如何学Goan image and have the user bend it and take it apart. I've been searching for a while and can't find anything similar to the idea. Any suggestions appreciated!


For bending(like Curl effect),use

[UIImageView transitionFromView:image1 toView:image2 duration:1 options:UIViewAnimationOptionTransitionCurlUp completion:NULL];

in any gesture.

0

精彩评论

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