From d5ad18b3e9947157ab073eb0e5c0a30e7f039c62 Mon Sep 17 00:00:00 2001 From: Samantha Houts Date: Tue, 2 Aug 2016 14:48:25 -0700 Subject: [A, iOS] ListView Pull-To-Refresh indicator animates when navigating back to it (#274) * Add repro for 33561 * [A] ListView refreshing on created shows indicator * [iOS] Refresh indicator restarts when appeared * Remove superfluous get --- Xamarin.Forms.Platform.iOS/VisualElementRenderer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xamarin.Forms.Platform.iOS/VisualElementRenderer.cs') diff --git a/Xamarin.Forms.Platform.iOS/VisualElementRenderer.cs b/Xamarin.Forms.Platform.iOS/VisualElementRenderer.cs index 68ae10bb..ab212b21 100644 --- a/Xamarin.Forms.Platform.iOS/VisualElementRenderer.cs +++ b/Xamarin.Forms.Platform.iOS/VisualElementRenderer.cs @@ -121,7 +121,7 @@ namespace Xamarin.Forms.Platform.iOS Layout.LayoutChildIntoBoundingRegion(Element, new Rectangle(Element.X, Element.Y, size.Width, size.Height)); } - public UIViewController ViewController + public virtual UIViewController ViewController { get { return null; } } -- cgit v1.2.3