In the 10.x version of Arcgis Runtime IOS Sdk there were two notifications which will notify when zooming or panning ends. But in the 100.x version i haven't found any option to identify the end of user panning in map . I have to do some tasks when the map movement is complete. Is there any way we can identify the ending of panning ?
Hi Vipin,
You can observer the AGSGeoView's navigating property using KVO (Key-Value Observing) to know when it changes.
Hope this helps!
Regards,
Nimesh