Remove debug

This commit is contained in:
Jackson Harper
2023-09-12 10:46:23 +08:00
parent dcdb01171c
commit 419b536b7c
2 changed files with 0 additions and 3 deletions

View File

@ -37,9 +37,6 @@ extension SlideAnimatedTransitioning: UIViewControllerAnimatedTransitioning {
transitionContext.containerView.addSubview(toVC.view)
transitionContext.containerView.addSubview(fromVC.view)
// containerView.insertSubview(toView!, belowSubview: fromView!)
print("CONTAINER VIEW: ", containerView)
UIView.animate(withDuration: transitionDuration(using: transitionContext), delay: 0, options: .curveLinear, animations: {
toVC.view?.frame = (fromVC.view?.frame)!
fromVC.view?.frame = offsetLeft!