iOS Question iOS 9 and map data type

mauro vicamini

Active Member
Licensed User
Longtime User
Hi evryone,
probably I'm wrong but I've found a strange behavior with map data type and iOS 9 (more exactly 9.2.1):
I've an app that insert into a map some data and I've found that in debug mode the inserted item is always put like the last item but in release mode is inserted always like the first element. In iOS 7 both release and debug mode always act the same inserting the item as last element.
Have you notice this strange behavior? It have cause me a lot of troubles because I was using the map like a LIFO queue and with the same data it returned me differents results from iOS7 and iOS9.

Thanks for the attention
 

mauro vicamini

Active Member
Licensed User
Longtime User
It's what of I've done than. ;)
But It's really strange because I've done several tests with the same data and always gave me the same result, the only difference is in iOS 9 debug mode. Really strange.
 
Upvote 0
Top