In my app I download kml files and show their data in the map.How to show an activity indicator while downloading the data(after tapping the UIButton that initializes the downloading process and stop it when downloading is finished and pins are populating the map)?
Share
You can simply start loading of activity indicator in initial part like like in whole view only map is there then
The following method will call after loading map so,
I think it will work for you