본문 바로가기

카테고리 없음

[TIL] 24.04.22 MON

#Morning Algorithm

프로그래머스 롤케이크 자르기

- 40분

- 해결

- Set만을 사용해 검증하려 했지만 Set(Array)가 N만큼 반복, 시간 초과

- Dictionary와 Set을 사용해 두 그룹으로 나누어 검증해 해결

 

#Mapkit

- simulator에서 위치 설정 -> feature 에서 location, custom location으로 설정(simulator에서 위치 못 받아옴)

- mapView(_ mapView: MKMapView, viewFor annotation: MKAnnotation) -> MKAnnotationView?  재사용 가능한 어노테이션 추가

- mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) 어노테이션 클릭시 이벤트 처리