diff --git a/Tusker/Extensions/UIViewController+Delegates.swift b/Tusker/Extensions/UIViewController+Delegates.swift
index 0c6d5fb671..4861038f52 100644
--- a/Tusker/Extensions/UIViewController+Delegates.swift
+++ b/Tusker/Extensions/UIViewController+Delegates.swift
@@ -10,29 +10,32 @@ import UIKit
extension UIViewController: UIViewControllerTransitioningDelegate {
public func animationController(forPresented presented: UIViewController, presenting: UIViewController, source: UIViewController) -> UIViewControllerAnimatedTransitioning? {
- if presented is LargeImageViewController {
- return LargeImageExpandAnimationController()
- } else {
- return nil
- }
+ return nil
+// if presented is LargeImageViewController {
+// return LargeImageExpandAnimationController()
+// } else {
+// return nil
+// }
}
public func animationController(forDismissed dismissed: UIViewController) -> UIViewControllerAnimatedTransitioning? {
- if let dismissed = dismissed as? LargeImageViewController {
- return LargeImageShrinkAnimationController(interactionController: dismissed.dismissInteractionController)
- } else {
- return nil
- }
+ return nil
+// if let dismissed = dismissed as? LargeImageViewController {
+// return LargeImageShrinkAnimationController(interactionController: dismissed.dismissInteractionController)
+// } else {
+// return nil
+// }
}
public func interactionControllerForDismissal(using animator: UIViewControllerAnimatedTransitioning) -> UIViewControllerInteractiveTransitioning? {
- if let animator = animator as? LargeImageShrinkAnimationController,
- let interactionController = animator.interactionController,
- interactionController.inProgress {
-
- return interactionController
- } else {
- return nil
- }
+ return nil
+// if let animator = animator as? LargeImageShrinkAnimationController,
+// let interactionController = animator.interactionController,
+// interactionController.inProgress {
+//
+// return interactionController
+// } else {
+// return nil
+// }
}
}
diff --git a/Tusker/Views/Profile Header/ProfileHeaderTableViewCell.xib b/Tusker/Views/Profile Header/ProfileHeaderTableViewCell.xib
index 502b3c556e..b933f8341e 100644
--- a/Tusker/Views/Profile Header/ProfileHeaderTableViewCell.xib
+++ b/Tusker/Views/Profile Header/ProfileHeaderTableViewCell.xib
@@ -58,7 +58,7 @@
-
+
@@ -60,7 +60,7 @@
-
+
-
+
-
-
-