I have a navigation stack. In the rootView I initialize the location manager, and I have the proper delegate methods settled. Then I push a view passing the current retrieved location. and everything works well
on the other if I push the view while the location is still loading the position of an eventual better coordinate are not sent automatically and the pushed view need to be popped and repushed . How do I retrieve the uploaded coordinates without pop-push again?