-
Notifications
You must be signed in to change notification settings - Fork 2
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 [#108] Challenge 특정 앱 삭제 Alert 구현 #109
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -93,6 +97,8 @@ extension ChallengeViewController: UICollectionViewDelegate { | |||
} | |||
|
|||
func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) { | |||
self.decodedIndex = indexPath.item | |||
print(decodedIndex) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p2. 와이 유 남김?
@@ -12,6 +12,7 @@ enum AlertType { | |||
case HMHQuitALert | |||
case HMHPushALert | |||
case Challenge | |||
case delete |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p5. 근데요 혹시 첫글자 대문자 어더신지?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p5. 여기 제가 전체적으로 네이밍 통일했습니다.
$0.font = .iosText5Medium16 | ||
$0.textAlignment = .center | ||
$0.numberOfLines = 2 | ||
$0.text = "정말 인스타그램" + StringLiteral.AlertTitle.delete |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 "정말 인스타그램" 걍 넣어놓으신거죠?
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p5. 빈줄 삭제 부탁드립니다 ◡̈
@@ -12,6 +12,7 @@ enum AlertType { | |||
case HMHQuitALert | |||
case HMHPushALert | |||
case Challenge | |||
case delete |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p5. 여기 제가 전체적으로 네이밍 통일했습니다.
👾 작업 내용
🚀 PR Point
📸 스크린샷
🚀 기기 대응
✅ Issue
Resolved #108