From 9d4cda1985349d538a2fcb2b1c0a1fbefe99aa10 Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Mon, 24 Jul 2017 23:25:53 -0400 Subject: [PATCH] [mapkit] Update for beta 4 --- src/mapkit.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mapkit.cs b/src/mapkit.cs index 9cd24b603dd..ba430a0ba90 100644 --- a/src/mapkit.cs +++ b/src/mapkit.cs @@ -196,6 +196,11 @@ interface MKAnnotationView { [TV (11,0)][iOS (11,0)][Mac (10,13, onlyOn64: true)] [Export ("collisionMode", ArgumentSemantic.Assign)] MKAnnotationViewCollisionMode CollisionMode { get; set; } + + [TV (11,0)][iOS (11,0)][Mac (10,13, onlyOn64: true)] + [Export ("prepareForDisplay")] + [Advice ("You must call the base method when overriding.")] // [RequiresSuper] + void PrepareForDisplay (); } [ThreadSafe]