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] #201 - ID로 명함 검색해서 추가하기 서버 #202

Merged
merged 8 commits into from
Dec 23, 2021

Conversation

dlwns33
Copy link
Member

@dlwns33 dlwns33 commented Dec 23, 2021

🌴 PR 요약

🌱 작업한 브랜치

🌱 작업한 내용

  • ID로 명함을 검색해서 추가가 가능합니다.
  • 명함을 검색해서 추가 한다면 명함 상세뷰가 띄워집니다.
  • 명함 상세뷰를 dismiss 하면 자동으로 그룹 뷰가 리로드 됩니다.
  • 인스타그램과 링크에 아무것도 없다면 인스타그램과 링크 아이콘이 hidden 처리 됩니다.

📸 스크린샷

기능 스크린샷
GIF 파일첨부바람

📮 관련 이슈

@dlwns33 dlwns33 added Yijoon 🐨 이준 대치동강사 작업 Feat 새로운 기능 구현 labels Dec 23, 2021
@dlwns33 dlwns33 self-assigned this Dec 23, 2021
Comment on lines +83 to 87
case "wrongCard":
toastLabel = UILabel(frame: CGRect(x: self.view.frame.size.width/2 - 120,
y: self.view.frame.size.height/2,
width: 240, height: 35))
default:
Copy link
Member

Choose a reason for hiding this comment

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

👍🏻

@dlwns33 dlwns33 merged commit 41cef59 into TeamNADA:release1.0/1 Dec 23, 2021
@dlwns33 dlwns33 deleted the release/#201 branch December 23, 2021 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능 구현 Yijoon 🐨 이준 대치동강사 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] ID로 명함 검색 서버
2 participants