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

✨[FEAT] #148 - 마이페이지 내 현상소 북마크뷰 이벤트 처리와 화면전환 #149

Open
wants to merge 18 commits into
base: develop
Choose a base branch
from

Conversation

jumining
Copy link
Member

@jumining jumining commented Jan 19, 2023

🐯 PR 요약

마이페이지 내 현상소 북마크뷰 이벤트 처리와 화면전환 완료
서버 연결이 되어야 버그 있나 확인을 할 것 같아용

근데 여러분 나 fork방식 쓰다가 안쓰는 방식 오랜만에 하니까 또 헷갈려서 예전 브랜치 커밋 날라와버렸ㅇㅓ ...미앙.. 브랜치 이름도 헷갈렸네

그래서 파일 다 확인말고 하단 이미지에 있는 커밋 변경사항만 봐주세요!
image

🌱 작업한 브랜치

  • feature/148

🌱 작업한 내용

  • 네비게이션 화면전환
  • 플로팅 버튼누를 시 스크롤뷰 맨 위로 이동 액션 처리
  • 셀 누를 시 지도 현상소 상세뷰로 화면 전환 처리
  • 헤더뷰 스크롤시 자동 가림/나타남 애니메이션 처리

📸 스크린샷

기능 스크린샷
마이페이지 내 현상소 북마크뷰

📮 관련 이슈

@jumining jumining added FEAT 새로운 기능 구현 주민 🥕 주민이가 했어요 labels Jan 19, 2023
@jumining jumining self-assigned this Jan 19, 2023
@cchanmi
Copy link

cchanmi commented Jan 23, 2023

주민이 파이팅~

Copy link
Member

@dlwns33 dlwns33 left a comment

Choose a reason for hiding this comment

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

돌아왔다.. 2 🫡

@@ -80,13 +96,22 @@ class StudioMapSearchViewController: UIViewController {
$0.height.equalTo(2)
}
}
view.add(noSearchImageView) {
$0.image = UIImage(named: "noSearch")
Copy link
Member

Choose a reason for hiding this comment

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

요거 혹시 SwiftGen으로 에셋 이름 나왔나융?! 오타 방지용!

@66jxndoe
Copy link

와 북마크 됐다~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT 새로운 기능 구현 주민 🥕 주민이가 했어요
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨[FEAT] - 현상소 북마크뷰 이벤트 처리와 화면전환
4 participants