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

Commits on Dec 16, 2021

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

    - 이미지피커 cancel 할 때 dismiss 추가
    - 이미지피커 cancel 하면 셀 디셀렉트 하기
    - 앱시작부분 탭바로 변경
    hyun99999 committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    449e856 View commit details
    Browse the repository at this point in the history
  2. [FIX] TeamNADA#158 - 명함생성뷰 이미지피커 dismiss 동작 추가

    - 명함배경을 마지막으로 선택하면 필수정보체크하지 않던 버그픽스
    - 명함배경선택시 imagepicker 를 fullscreen 으로 띄워서 pagesheet 인 경우 취소를 누를때 통제가 되지만 창을 드래그해서 내릴때는 아무런 통제를 할 수 없는 부분을 해결
    - imagepicker 선택 후 아무것도 선택하지 않으면 셀 디셀렉트 구현
    - 커스텀 배경을 사용할 경우(defaultImageIndex 변수가 0이 될 경우)는 imagepicker 에서 사진 고른 후 / 사진 고른 후 다른 기본명함 선택했다가 다시 imagepicker 띄웠지만 취소 누른경우
    - 미리보기 뷰에서는 guard let 구문 추가
    hyun99999 committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    a86361d View commit details
    Browse the repository at this point in the history