mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove debug
This commit is contained in:
parent
dcdb01171c
commit
419b536b7c
2 changed files with 0 additions and 3 deletions
|
|
@ -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!
|
||||
Loading…
Reference in a new issue