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] #118 - FrontCardCell 에서 인스타 앱, 링크 사파리 연결 #127

Merged
merged 1 commit into from
Dec 10, 2021

Conversation

hyun99999
Copy link
Member

🌴 PR 요약

🌱 작업한 브랜치

🌱 작업한 내용

  • 인스타 앱, 사파리 링크 연결
  • 인스타 없을 시 사파리로 연결

📮 관련 이슈

- 인스타 앱, 사파리 링크 연결
- 인스타 없을 시 사파리로 연결
@hyun99999 hyun99999 added Hyungyu 🐯 현규 교수님 작업 P1 / Priority High 우선순위 높음 Feat 새로운 기능 구현 labels Dec 10, 2021
@hyun99999 hyun99999 self-assigned this Dec 10, 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 -58 to -59
// TODO: - 2차 릴리즈/공유기능
shareButton.isHidden = true
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

Choose a reason for hiding this comment

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

계속 숨겨놓는것도 좋은 방법일 수도.... ^__^

Comment on lines +80 to +85
if UIApplication.shared.canOpenURL(appURL) {
UIApplication.shared.open(appURL, options: [:], completionHandler: nil)
} else {
UIApplication.shared.open(webURL, options: [:], completionHandler: nil)
}
}
Copy link
Member

Choose a reason for hiding this comment

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

잘 긁어갑니다~

Comment on lines 164 to 167
extension FrontViewController: VerticalCardSwiperDelegate {
// TODO: - FrontCard 에서 링크를 통한 인스타, 사파리 접속을 위해 주석 처리.
func didTapCard(verticalCardSwiperView: VerticalCardSwiperView, index: Int) {
let frontCell = cardSwiper.cardForItem(at: index)
Copy link
Member

Choose a reason for hiding this comment

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

델리게이트 야무지네용

Comment on lines -58 to -59
// TODO: - 2차 릴리즈/공유기능
shareButton.isHidden = true
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 f84de77 into TeamNADA:develop Dec 10, 2021
@hyun99999 hyun99999 deleted the feature/#118 branch December 10, 2021 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능 구현 Hyungyu 🐯 현규 교수님 작업 P1 / Priority High 우선순위 높음
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] FrontCardCell 에서 인스타 앱, 링크 사파리 연결
3 participants