Conversation
공통퀘스트에서 토스트메시지 안보이는 것 해결
Closed
1 task
dev-domo
approved these changes
Mar 16, 2026
|
|
||
| extension WriteQuestionTypeQuestViewController: WriteQuestTextViewProtocol { | ||
| func textViewDidBeginEditing() { | ||
| // self.rootView.updateUIWhenKeyboardUp() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 연결된 이슈
📄 작업 내용
제가 자잘자잘하게 빼먹은 디자인QA들이 많더군요 .... 다음스프린트부터는 꼼꼼하게 챙기겠습니다 ㅠ
키보드쪽도 많은 시행착오가 있었는데요
기존에 QuestTextField 내에 있던 description과 textCount를 컴포넌트에서 제거하고 뷰로 옮겼습니다. (키보드에 고정시켜놓고 스크롤시키기 위해서).. 그 과정에서 QuestTextField에서 사용되던 textViewDelegate들을 모두 다시 delegate로 뷰컨에서 실행해주고 있습니다.
관련 QA 사항은 노션에서 확인해주시면 됩니다 !! 고생하셨습니당 ..