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] #113 - 명함 상세 뷰 구현 #137

Merged
merged 12 commits into from
Dec 10, 2021
Merged

Conversation

dlwns33
Copy link
Member

@dlwns33 dlwns33 commented Dec 10, 2021

🌴 PR 요약

🌱 작업한 브랜치

🌱 작업한 내용

  • 네비게이션 바 메뉴 구현
  • 카드 만들고 스와이프 되게 하기
  • case 나눠서 분기처리 하기

📸 스크린샷

기능 스크린샷 기능 스크린샷
전체화면 Simulator Screen Shot - iPhone 12 mini - 2021-12-11 at 00 54 12 GIF ezgif com-gif-maker (5)

📮 관련 이슈

@dlwns33 dlwns33 added Yijoon 🐨 이준 대치동강사 작업 Feat 새로운 기능 구현 labels Dec 10, 2021
@dlwns33 dlwns33 self-assigned this Dec 10, 2021
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.

LGTM

Comment on lines +74 to +80
case .add:
print(selectedGroup)

guard let nextVC = UIStoryboard.init(name: Const.Storyboard.Name.cardDetail, bundle: nil).instantiateViewController(withIdentifier: Const.ViewController.Identifier.cardDetailViewController) as? CardDetailViewController else { return }
nextVC.status = .add
hideBottomSheetAndPresentVC(nextViewController: nextVC)
}
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 d7abcbc into TeamNADA:develop Dec 10, 2021
@dlwns33 dlwns33 deleted the feature/#113 branch December 10, 2021 16:27
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] 명함 상세 뷰 구현
3 participants