From b8e94316e41eba72d927d5ca7d931b26139ee8ff Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 15 六月 2020 09:12:53 +0800
Subject: [PATCH] 20200612

---
 Shared.IOS/UI/View.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Shared.IOS/UI/View.cs b/Shared.IOS/UI/View.cs
index bbcc52c..3a262de 100644
--- a/Shared.IOS/UI/View.cs
+++ b/Shared.IOS/UI/View.cs
@@ -19,7 +19,7 @@
         ~View()
         {
 #if DEBUG
-            System.Console.WriteLine("=====" + GetType() + " " + Name);
+            Shared.HDLUtils.WriteLine("=====" + GetType() + " " + Name);
 #endif
             if (this is ViewGroup)
             {
@@ -650,7 +650,7 @@
 					case Animate.DownToUp:
 						frame.Y += RealView.Frame.Height;
 						RealView.Frame = frame;
-						UIView.AnimateNotify(0.2f, 0.001f, UIViewAnimationOptions.CurveLinear, () =>
+						UIView.AnimateNotify(0.6f, 0.001f, UIViewAnimationOptions.CurveLinear, () =>
 						{
 							RealView.Frame = frameBefore;
 						}, null);
@@ -658,7 +658,7 @@
 					case Animate.UpToDown:
 						frame.Y -= RealView.Frame.Height;
 						RealView.Frame = frame;
-						UIView.AnimateNotify(0.2f, 0.001f, UIViewAnimationOptions.CurveLinear, () =>
+						UIView.AnimateNotify(0.6f, 0.001f, UIViewAnimationOptions.CurveLinear, () =>
 						{
 							RealView.Frame = frameBefore;
 						}, null);

--
Gitblit v1.8.0