Skip to content

Conversation

@spouliot
Copy link
Contributor

No description provided.

src/mapkit.cs Outdated
MKAnnotationView ClusterAnnotationView { get; }

[TV (11,0)][iOS (11,0)][Mac (10,13, onlyOn64: true)]
[Advice ("Pre-defined constants are available from `MKFeatureDisplayPriority`.")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to turn ` into ' here -> 'MKFeatureDisplayPriority'

}

[TV (11,0)][NoWatch][iOS (11,0)][NoMac]
[BaseType (typeof (UIView))]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we need a DisableDefaultCtor here? also since this inherits from UIView, maybe we also need the initWithFrame ctor

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on the API to create this UI item I do not think you're allowed to set the frame of that UI element. If I'm wrong this it's easy to add later. However good call on [DisableDefaultCtor].

}

[NoTV][iOS (11,0)][NoWatch][NoMac]
[BaseType (typeof (UIView))]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same, maybe DisableDefaultCtor here and inline initWithFrame ctor

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on the API to create this UI item I do not think you're allowed to set the frame of that UI element. If I'm wrong this it's easy to add later. However good call on [DisableDefaultCtor].

@monojenkins
Copy link
Collaborator

Build failure

@monojenkins
Copy link
Collaborator

Build failure

Copy link
Member

@dalexsoto dalexsoto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@monojenkins
Copy link
Collaborator

Build success

@spouliot spouliot merged commit 3bf0305 into dotnet:xcode9 Jul 18, 2017
@spouliot spouliot deleted the xcode9-mapkit branch July 18, 2017 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants