Relative Content

Tag Archive for iosxcode

Simulators gone after XCode update

I am running Version 15.4 (15F31d). Yesterday I installed an update, opened XCode again and there was a message like “Simulator needs update”. I clicked OK, nothing happened. Now, all my simulators are gone, and I cannot get them back. I restarted XCode already as well as my computer.

How is the zIndex order of iOS Mapkit overlays determined?

I’m struggling to understand the behavior of MKMapView and it’s underlying components. How does MKMapView determine the order of rendering of MKOverlays? In other words, how can I manipulate this order for example to draw a blue circle on top of a red box?