Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[보고] 맛집리스트 #7

Open
wants to merge 47 commits into
base: check
Choose a base branch
from
Open

[보고] 맛집리스트 #7

wants to merge 47 commits into from

Conversation

hemg2
Copy link
Owner

@hemg2 hemg2 commented Oct 17, 2023

지금까지한 부분 확인 해주세요.
@JeaSungLEE

메인뷰 -> 카카오지도 (맛집버튼 클릭시 음식점 핀 생성)
왼쪽하단 - 내 위치, 오른쪽 리스트(맛집 리스트 내역)

지도 누르면 커스텀 pin생성 가능

전체적으로 구현을 목적으로 진행했음.......
그렇다보니 이상한곳이 많을꺼같은데 그런 부분도 한번 잡아주세요~

추가해야할 부분(예정)

  • 서치바에서 커스텀 생성한곳만 서치가능한데 -> 통신받아온것도 진행할수있게 할 예정
  • 음식점 말고 통신할때 카테고리(CS2: 편의점, PK6: 주차장, CE7:카페) 이런식으로 변경해서 통신하면 메인뷰에 추가버튼생성해서 가능할꺼같음....
  components.queryItems = [
            URLQueryItem(name: "category_group_code", value: "FD6") <- 이거
  • 서버 통신해서 받아온 데이터들을 필터해서 한,일,중,양 일때 지도에서 Pin표시 커스텀이미지로 변경되게끔?
  • 아직 로컬저장을 구현하지않음 추후 CoreData 적용 예정
통신 이동후 통신

커스텀 생성 및 수정

hemg2 added 30 commits October 9, 2023 10:58
시뮬에러 파일로 해결
네이티브앱 = Rest 키 이슈(+AK)
보는 방향.onWithHeading 로 하면 지도 회전 이슈
카카오에서 주는 mapView는 현재위치 에러 이슈
@hemg2 hemg2 added the help wanted Extra attention is needed label Oct 17, 2023
@hemg2 hemg2 requested a review from JeaSungLEE October 17, 2023 11:40
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기 파일이름이 적히다가 만것 같아요. 조금 더 자세히 파일명을 보고 뭔지 알수있게 작성해주세요.

}
}

@objc private func doneButton() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

objc를 사용하지 않고 버튼 액션을 만들 방법은 없을까ㅛㅇ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants