Jason Wray
Jason Wray
The public `-[MGLMapView selectAnnotation:moveIntoView:animateSelection:]` method was added #13689 by @julianrex, but left undocumented so that we could change it at will. We need to revisit this decision and make the...
https://github.com/realm/jazzy/issues/843 covered parsing the `message` parameter of the [`deprecated`](http://clang.llvm.org/docs/AttributeReference.html#deprecated) `__attribute__`, but clang/Xcode also support a second argument named `replacement`, which takes a method/property signature and prompts the developer via fix-it...
Catch-all pages like “Other Constants” have their members alphabetized in the navigation menu, but not in the body of the page. Since source/project order isn’t particularly meaningful for these “Other”...
It’s currently a bit ambiguous where the point is that’s being geocoded.
Mapbox doesn't really have an alternative to MapBox Earth, but we should indicate that it is nonetheless dead. Maybe you'd care to do the honors, @incanus? :skull:
[Tests on CI](https://app.bitrise.io/build/cfa5dd595264c601#?tab=log) can spuriously fail with: ``` ExamplesUITests ✗ testEveryExample, Failed to get matching snapshot: Error getting main window kAXErrorServerNotFound ExamplesUITests testEveryExample, Failed to get matching snapshot: Error getting...
When launching the app on iPad, our [`UISplitViewController`](https://developer.apple.com/documentation/uikit/uisplitviewcontroller?language=objc) defaults to showing the child view controller (i.e., the map/example), but this view controller does not load anything until an example is...
How to provide an opt-in to or independent toggle for Mapbox telemetry collection is not well documented or obvious. Given that not using our ℹ️ button (and its integrated telemetry...
The segmented controls in `SwitchStylesExample` and `TextFormattingExample` (others?) have black text on a red fill — this isn’t very readable or attractive with the new styling in iOS 13. ...
Both the Swift and Obj-C `CacheManagementExample` implementations initially show a blankness — after several seconds, the map view appears. /cc @jmkiley