-
Notifications
You must be signed in to change notification settings - Fork 6
[Fix] #154 - 1차 릴리즈 QA 2차 반영 #158
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] #154 - 1차 릴리즈 QA 2차 반영 #158
The head ref may contain hidden characters: "fix/#154-1\uCC28-\uB9B4\uB9AC\uC988-QA-2\uCC28-\uBC18\uC601"
Conversation
lsj8706
left a comment
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.
많은 작업을 해주셨네요!!! 👍
수고하셨습니다~!
|
|
||
| let activityTextView = UITextView().then { | ||
| $0.font = .b4 | ||
| private lazy var activityTextView = UITextView().then { |
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.
lazy로 선언한 이유가 궁금합니다!
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.
헉 고쳤습니다
| let newString = text[text.startIndex..<index] | ||
| self.courseTitleTextField.text = String(newString) | ||
|
|
||
| private func isTextChanged(_ textFieldtext: String, _ textViewtext: String) { |
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.
Bool값을 리턴하는 경우에 is를 함수나 변수명 앞에 붙이는 경우가 많은 것 같아요!
지금 이 함수는 그런 용도는 아니고 텍스트가 변경되었을 때 처리할 로직을 넣고 있기 때문에
textDidChange 정도로 지정하는 게 어떨까요?
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 Point
📸 스크린샷
📮 관련 이슈