From 419b536b7c44f81a58595e96df4465c7272b7a48 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 12 Sep 2023 10:46:23 +0800 Subject: [PATCH] Remove debug --- .../App/Views/{File.swift => SlideAnimatedTransitioning.swift} | 3 --- .../Sources/Views/FeedItem/{File.swift => Gradient.swift} | 0 2 files changed, 3 deletions(-) rename apple/OmnivoreKit/Sources/App/Views/{File.swift => SlideAnimatedTransitioning.swift} (94%) rename apple/OmnivoreKit/Sources/Views/FeedItem/{File.swift => Gradient.swift} (100%) diff --git a/apple/OmnivoreKit/Sources/App/Views/File.swift b/apple/OmnivoreKit/Sources/App/Views/SlideAnimatedTransitioning.swift similarity index 94% rename from apple/OmnivoreKit/Sources/App/Views/File.swift rename to apple/OmnivoreKit/Sources/App/Views/SlideAnimatedTransitioning.swift index 83da77db3..1236c513c 100644 --- a/apple/OmnivoreKit/Sources/App/Views/File.swift +++ b/apple/OmnivoreKit/Sources/App/Views/SlideAnimatedTransitioning.swift @@ -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! diff --git a/apple/OmnivoreKit/Sources/Views/FeedItem/File.swift b/apple/OmnivoreKit/Sources/Views/FeedItem/Gradient.swift similarity index 100% rename from apple/OmnivoreKit/Sources/Views/FeedItem/File.swift rename to apple/OmnivoreKit/Sources/Views/FeedItem/Gradient.swift