-
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
Feat [#18] CustomAlertView 구현 #23
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.
P3. 정말정말 고생하셨습니다 😭❤️
enum HMHAlertButtonType { | ||
case disabled | ||
case enabled | ||
} |
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.
P4. enum 아래 한 줄 띄어쓰기 하면 보기 더 좋을 것 같아요!
|
||
private func setConstraints() { | ||
self.snp.makeConstraints { | ||
$0.height.equalTo(44) |
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.
P3. 여기 adjusted
붙이지 않은 이유가 있을까요?
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.
그런 이유는 없슴니다 ㅋ
} | ||
|
||
private func configureButton() { | ||
self.layer.cornerRadius = 6 |
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.
P3. 여기도 adjusted
!
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.
p3. 구현 수고 많으셨습니다 ~ 😎
$0.horizontalEdges.equalToSuperview() | ||
} | ||
|
||
buttonStackView.snp.makeConstraints { |
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.
p4.여기도 adjusted가능할 것 같습니다!
👾 작업 내용
🚀 PR Point
CustomAlertButton 구현
Alert 구현
AlertViewController 구현
📸 스크린샷
✅ Issue
Resolved #18