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

[FIX] #158 - 명함생성뷰 이미지피커 dismiss 동작 추가 #159

Merged
merged 2 commits into from
Dec 16, 2021

Conversation

hyun99999
Copy link
Member

@hyun99999 hyun99999 commented Dec 16, 2021

🌴 PR 요약

🌱 작업한 브랜치

🌱 작업한 내용

  • 앱시작부분 탭바로 변경
  • 미리보기 뷰에서는 guard let 구문 추가

이미지 피커

  • 이미지피커 cancel 할 때 dismiss 추가

버그 픽스

  • 명함배경을 마지막으로 선택하면 필수정보체크하지 않던 버그 해결
  • 명함배경선택시 imagepicker 를 fullscreen 으로 띄워서 pagesheet 인 경우 취소를 누를때 통제가 되지만 창을 드래그해서 내릴때는 아무런 통제를 할 수 없는 부분을 해결
  • imagepicker 선택 후 아무것도 선택하지 않으면 셀 디셀렉트 구현
  • 커스텀 배경을 사용할 경우(defaultImageIndex 변수가 0이 될 경우)는 imagepicker 에서 사진 고른 후 / 사진 고른 후 다른 기본명함 선택했다가 다시 imagepicker 띄웠지만 취소 누른경우에도 기존에 고른 배경 적용

기디의 QA? 무섭지않아

저 단단히 준비했습니다 이번엔 정말 믿어주십시오

📮 관련 이슈

- 이미지피커 cancel 할 때 dismiss 추가
- 이미지피커 cancel 하면 셀 디셀렉트 하기
- 앱시작부분 탭바로 변경
- 명함배경을 마지막으로 선택하면 필수정보체크하지 않던 버그픽스
- 명함배경선택시 imagepicker 를 fullscreen 으로 띄워서 pagesheet 인 경우 취소를 누를때 통제가 되지만 창을 드래그해서 내릴때는 아무런 통제를 할 수 없는 부분을 해결
- imagepicker 선택 후 아무것도 선택하지 않으면 셀 디셀렉트 구현
- 커스텀 배경을 사용할 경우(defaultImageIndex 변수가 0이 될 경우)는 imagepicker 에서 사진 고른 후 / 사진 고른 후 다른 기본명함 선택했다가 다시 imagepicker 띄웠지만 취소 누른경우
- 미리보기 뷰에서는 guard let 구문 추가
@hyun99999 hyun99999 added Hyungyu 🐯 현규 교수님 작업 P1 / Priority High 우선순위 높음 Fix 코드 수정 및 버그, 오류 해결 labels Dec 16, 2021
@hyun99999 hyun99999 self-assigned this Dec 16, 2021
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.

가보자잇!

Comment on lines +25 to +26
window?.rootViewController = UIStoryboard(name: Const.Storyboard.Name.tabBar, bundle: nil).instantiateViewController(withIdentifier: Const.ViewController.Identifier.tabBarViewController)
// window?.rootViewController = UIStoryboard(name: Const.Storyboard.Name.splash, bundle: nil).instantiateViewController(withIdentifier: Const.ViewController.Identifier.splashViewController)
Copy link
Member

Choose a reason for hiding this comment

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

감사합니다아아

@hyun99999 hyun99999 merged commit 7c8d1af into TeamNADA:develop Dec 16, 2021
@hyun99999 hyun99999 deleted the feature/#158 branch December 16, 2021 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix 코드 수정 및 버그, 오류 해결 Hyungyu 🐯 현규 교수님 작업 P1 / Priority High 우선순위 높음
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 명함생성뷰 이미지피커 dismiss 동작 추가
2 participants