[Fix] #511 - 솝트로그 화면 전환 수정 및 메모리 최적화 #512
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.
🌴 PR 요약
솝트로그가 탭바 인덱스로만 전환될 수 있도록 수정하고, 누수가 발생하는 부분을 수정합니다.
🌱 작업한 브랜치
🌱 PR Point
✅ 솝트로그 -> 탭바로 전환될 수 있도록
Simulator.Screen.Recording.-.iPhone.16.Pro.Max.-.2025-03-06.at.21.53.27.mp4
AS-IS
runHomeFlow()
내에서 새롭게 솝트로그 플로우를 부르며, 솝트로그 코디네이터를 재생성하고 있었기 때문인데요.TO-BE
✅ 솝마디 메모리 최적화
첫번째 시도
두번째 시도
AS-IS
showMessageBottomSheet
에서 self의 vc를 강하게 참조하고 있어 메모리에서 해제되지 못하고 있었던 문제였습니다.TO-BE
📌 참고 사항
📸 스크린샷
생략
📮 관련 이슈