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] #145 - 메인 flip 속도 조절 및 공유버튼 히든 #148

Merged
merged 4 commits into from
Dec 14, 2021

Conversation

hyun99999
Copy link
Member

🌴 PR 요약

🌱 작업한 브랜치

🌱 작업한 내용

  • 메인 flip 속도 변경 1 -> 0.5
  • 사용하지 않는 setUI() 메서드 삭제

공유하기 버튼

  • 명함 메인뷰 공유하기 보이게 하기
  • 팀나다뷰 공유하기 hidden
  • 명함 상세뷰 공유하기 hidden
  • 명함생성 미리보기뷰 공유하기 hidden

워닝이 없는 곳에서의 self 지웠습니당

📸 스크린샷

기능 스크린샷
상세보기
팀나다
메인

📮 관련 이슈

- 사용하지 않는 `setUI()` 메서드 삭제
- 명함 상세뷰 공유하기 hidden
- 명함생성 미리보기뷰 공유하기 hidden
- 메인 명함 공유하기 보이게하기
> 워닝이 없는 곳에서의 self 지웠습니당
- 명함 메인뷰 공유하기 보이게 하기
- 팀나다뷰 공유하기 hidden
@hyun99999 hyun99999 added Hyungyu 🐯 현규 교수님 작업 Fix 코드 수정 및 버그, 오류 해결 labels Dec 14, 2021
@hyun99999 hyun99999 self-assigned this Dec 14, 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 +87 to +95
frontCard.initCell(cardBackgroundImage,
frontCardDataModel.title,
frontCardDataModel.description,
frontCardDataModel.name,
frontCardDataModel.birthDate,
frontCardDataModel.mbti,
frontCardDataModel.instagramID,
frontCardDataModel.linkURL,
isShareable: isShareable)
Copy link
Member

Choose a reason for hiding this comment

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

줄바꿈 네이스 하네요잇

Copy link
Member

@mini-min mini-min left a comment

Choose a reason for hiding this comment

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

화긴했습니다 ~~~^__^

@hyun99999 hyun99999 merged commit 2d850e9 into TeamNADA:develop Dec 14, 2021
@hyun99999 hyun99999 deleted the feature/#145 branch December 14, 2021 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix 코드 수정 및 버그, 오류 해결 Hyungyu 🐯 현규 교수님 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 메인 flip 속도 조절 및 공유버튼 히든
3 participants