Justin Miller
Justin Miller
I think you'll likely see this fixed in later versions, but I want to be sure. Let me know what you find.
> When running our application on iOS8, after the tile sources load, but before they display, we are running into an application crash caused by an NSInternalInconsistencyException Can you provide...
That gives me an idea of what you're doing, at least. Two things: 1. You shouldn't be calling `[[[self mapContainer] window] layoutSubviews]` as that method specifically says not to call...
Not seeing this anymore.
This is on hold at the moment pending some renderer rework under the hood that's happening.
On the delegate front, we took the MapKit-like approach of exposing `-[RMMapViewDelegate tapOnCalloutAccessoryControl:forAnnotation:onMap:]` instead of the whole callout. https://github.com/mapbox/mapbox-ios-sdk/blob/3223e01e0092ada7c32bf1df8f091b4b6e5f3972/MapView/Map/RMMapViewDelegate.h#L168-L176 Exposing `_currentCallout` could be interesting, since we're not really doing anything...
Sure. To be clear, I ask for a pull request of code for the feature so that 1) we can comment on it inline and work through possible acceptance and...
You actually send the pull to us, via forking the project, making some commits to your copy, and then initiating a pull request to our copy. We then modify and/or...
On latest `develop`, things, should be ok. Make sure you `git submodule --update` to sync things up.
Make sure you are doing a recursive clone / submodule update. See this gist for a successful run I just did: https://gist.github.com/incanus/3f63059e54e9ac2d0df8