https://github.com/zys456465111/CustomPopAnimation/blob/master/CustomPopAnimation/PopAnimation.m 첫 번째 옵션인 UIViewControllerAnimateTransition UIPanGestureRecognizer UIPercentDrivenInteractiveTransition이 가능해야 합니다.
현재 진행 상황은 UIPanGestureRecognizer 핸들러의 오프셋을 통해 계산할 수 있으며 진행 상황에 따라 탐색 모음의 알파를 업데이트하기에 충분해야 합니다.
https://github.com/zys456465111/CustomPopAnimation/blob/master/CustomPopAnimation/PopAnimation.m
첫 번째 옵션인 UIViewControllerAnimateTransition UIPanGestureRecognizer UIPercentDrivenInteractiveTransition이 가능해야 합니다.
현재 진행 상황은 UIPanGestureRecognizer 핸들러의 오프셋을 통해 계산할 수 있으며 진행 상황에 따라 탐색 모음의 알파를 업데이트하기에 충분해야 합니다.
도움이 되었기를 바랍니다.