I'm using segue and unwind segue for screen transitions, but after many transitions, the process gets heavier and doesn't work properly. Do you have any countermeasures or improvements?
Top Screen ➡ se(segue) Menu Screen ➡ g(segue) Game Screen (spritekit) ➡ g(segue) Result Screen
➡ ((unwind segment) I'm thinking of a transition method called menu screen.
It doesn't become heavy due to screen transition, but there are still instances that should be released due to screen transition, and as a result, it becomes heavy.
You might want to include a process to check if an instance is released in the program, or check for memory leaks in Instruments.
572 Understanding How to Configure Google API Key
599 GDB gets version error when attempting to debug with the Presense SDK (IDE)
577 PHP ssh2_scp_send fails to send files as intended
568 Who developed the "avformat-59.dll" that comes with FFmpeg?
567 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.