#.완성된 모습
*먼저 지도표시와 위도, 경도 라이브러리를 위한 MapKit.framework 와 CoreLocation.framework를 추가한다.
*info.plist 에서 위치 수집을 위한 설정을 해준다.
AppDelegate.h
AppDelegate.m
ViewController.h
ViewController.m
Pin.h
Pin.m
Main.Storyboard
예제파일
'아이폰 개발 > ios 개념&튜토리얼' 카테고리의 다른 글
Ios push 기초 with Firebase (1) | 2020.08.01 |
---|---|
Ios CoreData 간단한 예제로 배우기 (0) | 2020.07.30 |
SQLite 응용 (0) | 2020.07.29 |
SQLite 기초 (0) | 2020.07.29 |
Firebase를 이용해서 좌표 저장 후 지도에 표시 (0) | 2020.07.29 |