项目需求:拍照时需要用到类似翻书时的翻页效果。
实现代码:
[UIView animateWithDuration:1 animations:^{
[UIView setAnimationTransition:UIViewAnimationTransitionCurlUp forView:self.view cache:NO];
}];
参考网址:
https://github.com/lizelu/CATransitionDemo
项目需求:拍照时需要用到类似翻书时的翻页效果。
实现代码:
[UIView animateWithDuration:1 animations:^{
[UIView setAnimationTransition:UIViewAnimationTransitionCurlUp forView:self.view cache:NO];
}];
参考网址:
https://github.com/lizelu/CATransitionDemo