-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[ios] fixes #5406 view for annotation #5413
Conversation
@@ -952,6 +952,15 @@ IB_DESIGNABLE | |||
- (void)removeAnnotations:(NS_ARRAY_OF(id <MGLAnnotation>) *)annotations; | |||
|
|||
/** | |||
Returns an MGLAnnotationView if the given annotation is currently associated | |||
with a view, otherwise nil. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: put MGLAnnotationView in backticks so jazzy knows to linkify it. (Xcode renders the backticks, unfortunately, but I think the jazzy links are worth it.)
👍 |
4c27c4c
to
976e238
Compare
As noted in #5406 should we use NS_SWIFT_NAME for this (and all future) APIs? |
That's covered by #5178, and it turns out that Swift 3 bridging elides the redundant words for us, no macros needed. Unless that changes in the next Xcode beta (unlikely), let's stick to the default bridging with no overrides for now. |
When release? |
@wanggang316 This will be included in our next beta (beta 2) this week. There will be a release candidate after that and then a final release. You will find the current beta 1 release and the rest of planned releases once they are published in the releases page for this project. |
No description provided.