[Feature/#335] 문답 화면 텍스트필드 버그 수정 #336
Merged
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.
이슈 #335
Simulator.Screen.Recording.-.iPhone.14.Pro.-.2024-10-25.at.16.20.30.mp4
완료된 기능
고민했던 부분
문제가 있었던 부분이 TextField의 포커스가 풀리게 되면 무조건 Active 상태로 설정되게 로직이 짜여져 있어서 어떻게 할지 고민하다가
Feature 내부에 현재 포커스된 TextField에 대한 정보를 가지고 이를 통해 포커스가 벗어났을 때 이전 포커스된 TextField의 글자수에 따라 상태를 관리하는 것으로 수정함!