mapbox / ios-sdk-examples

Live example code for the Mapbox iOS SDK
https://www.mapbox.com/ios-sdk/examples/
Other
95 stars 35 forks source link

[ios] Adds an assert to test if the timer runs on the main thread. #349

Open fabian-guerra opened 4 years ago

fabian-guerra commented 4 years ago

We have an outstanding issue with the line animation example. Randomly fails. My hypothesis is that for some reason the timer that triggers the animation runs in a background thread. I added an assertion to collect such information.