オリジナルのアップルカメラのシャッターに少なくとも似た虹彩の 1 つのセグメントを描く方法を知っている人はいますか?
http://stickertagapp.com/_files/_iris.png
この機能を複製しようとしています:
CATransition *animation = [CATransition animation];
[animation setDelegate:self];
[animation setDuration:0.3];
animation.timingFunction = UIViewAnimationCurveEaseInOut;
[animation setType:@"cameraIris"];
[cameraView.layer addAnimation:animation forKey:nil];