Aleksei Sapitskii

Results 17 comments of Aleksei Sapitskii

Hi, @amzada if I understand correctly you may do smth like this ```swift let coordinateBounds = mapView.mapboxMap.coordinateBounds(for: CGRect()) let boundingPolygonCameraOptions = try mapView.mapboxMap.camera( for: [cooridnateBounds.northwest, cooridnateBounds.southeast], camera: initialCameraOptions, coordinatesPadding: coordinatesPadding,...

Hey, @MaartenDEV that's a nice suggestion actually. May you please elaborate on your specific use case and provide a code snippet with how you try to achieve it as it...

@amzada may you please provide a snippet of what methods you used before to achieve the desired result?

Hey, @capnslipp thank you for the code snippet and the report! May you please also provide the crashlog? Also, does this problem affect only simluators or happens on real device...

Hey @richardpineo may you clarify which Xcode version do you use and does this crash happens only on iPad devices or others also affected? In you case it looks like...

Hey, @richardpineo is the issue still relevant or you found some workaround?

I was able to reproduce the issue with the similar stacktrace and as I suspected the crash happens when I start manipulating UI from the callback without switching to main...