I am developing an application on Xcode 15.4 & Swift 5.4 using ArcGIS SDK for iOS. I am trying to access the below URL;
https://services.gisqatar.org.qa/server/rest/services/Vector/MunicipalityE/MapServer/0
Extracting the ENAME field and populating a UITableView. This service contains only 8 Records but it takes more than 20 seconds to populate the table. I think, I should take maximum 2-3 seconds.
It would be very much appreciated if someone explain to me why it takes too much time or some thing wrong in my code. The Code is attached herewith for ready reference.
Thanks & regards,
Afroz Alam