Open1
Swiftの勉強メモ
非同期処理
DispatchQueue.main.asyncAfter(deadline: .now() + 5.0) {
mapView.styleURL = URL(string:"https://tile.openstreetmap.jp/styles/maptiler-toner-ja/style.json")
}
非同期処理
DispatchQueue.main.asyncAfter(deadline: .now() + 5.0) {
mapView.styleURL = URL(string:"https://tile.openstreetmap.jp/styles/maptiler-toner-ja/style.json")
}