[iOS] MapKit에서 앱을 켜자마자 서울이 보였으면 좋겠어요

유인호·2024년 1월 15일
0

iOS

목록 보기
17/73
post-custom-banner
let seoulInitRegion = MKCoordinateRegion(
			 center: CLLocationCoordinate2D(latitude: 37.5665, longitude: 126.9780),
			 span: MKCoordinateSpan(latitudeDelta: 0.3, longitudeDelta: 0.4))

		mapView.setRegion(seoulInitRegion, animated: true)

수치 조절해가면서 삽질해봤는데, 딱 화면 정 가운데에 잘 보인다. (아이폰 15프로, se로도 해봤는데 잘 나옴)

profile
🍎Apple Developer Academy @ POSTECH 2nd, 🌱SeSAC iOS 4th

0개의 댓글