-
Notifications
You must be signed in to change notification settings - Fork 15
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]#13- 온보딩, 로그인 뷰 구현 #40
The head ref may contain hidden characters: "feat/#13-\uB85C\uADF8\uC778\uBDF0\uAD6C\uD604"
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.
깔끔하네요 수고하셨습니다~~👍
public class SignInRepository { | ||
|
||
private let networkService: AuthService | ||
private let cancelBag = Set<AnyCancellable>() |
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.
CancelBag으로 통일하면 좋을 것 같아요~!
@@ -430,4 +431,9 @@ extension CustomTextFieldView: UITextFieldDelegate { | |||
isEmpty ? self.setTextFieldViewState(.normal) : self.setTextFieldViewState(.editing) | |||
} | |||
} | |||
|
|||
public func textFieldShouldReturn(_ textField: UITextField) -> Bool { |
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.
빠르게 많은 뷰를 구현하셨네여👍 👍 ...! 수고하셨습니다~~!
🌴 PR 요약
🌱 작업한 브랜치
🌱 PR Point
📌 참고 사항
📸 스크린샷
iPhone 13 mini
iPhone SE 3rd generation
📮 관련 이슈