Open1

Swiftの勉強メモ

Kanahiro IguchiKanahiro Iguchi

非同期処理

DispatchQueue.main.asyncAfter(deadline: .now() + 5.0) {
            mapView.styleURL = URL(string:"https://tile.openstreetmap.jp/styles/maptiler-toner-ja/style.json")
        }