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
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