Issue: The memory has not been released after the view is dismissed. <img width="272" alt="Image" src="https://github.com/user-attachments/assets/1d4b7bde-f23d-43f7-81e4-14ff6d52ec21" /> <img width="255" alt="Image" src="https://github.com/user-attachments/assets/dbb64ff3-3b3f-49ec-b3bd-7a9aa730237a" /> Reason: Retain cycle Solution: Add `weak` to all `parent` variables <img width="478" alt="Image" src="https://github.com/user-attachments/assets/96fb7bd1-948e-48d3-816b-208cee8700ff" />