List of city names versus selected country in iOS?

I am working on an iOS application in which I want to get the temperature in different cities of different countries. I can get a list of countries, which is a local CSV file, but I would like to get a list of cities by the country I selected. Is there any way to do this? Any help would be appreciated.

+4
source share

Source: https://habr.com/ru/post/1610541/


All Articles