summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/VisualElementRenderer.cs
diff options
context:
space:
mode:
authorSamantha Houts <samantha@teamredwall.com>2016-08-02 14:48:25 -0700
committerRui Marinho <me@ruimarinho.net>2016-08-02 22:48:25 +0100
commitd5ad18b3e9947157ab073eb0e5c0a30e7f039c62 (patch)
tree39534e2b17e7100285fa0cba43fcd6c8057d710b /Xamarin.Forms.Platform.iOS/VisualElementRenderer.cs
parentfd838d3d800ce9eca3f70f2d89d0bf10a59d9f5e (diff)
downloadxamarin-forms-d5ad18b3e9947157ab073eb0e5c0a30e7f039c62.tar.gz
xamarin-forms-d5ad18b3e9947157ab073eb0e5c0a30e7f039c62.tar.bz2
xamarin-forms-d5ad18b3e9947157ab073eb0e5c0a30e7f039c62.zip
[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
Diffstat (limited to 'Xamarin.Forms.Platform.iOS/VisualElementRenderer.cs')
-rw-r--r--Xamarin.Forms.Platform.iOS/VisualElementRenderer.cs2
1 files changed, 1 insertions, 1 deletions
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; }
}