Swifty360Player icon indicating copy to clipboard operation
Swifty360Player copied to clipboard

Memory Leaks

Open michaelryannewell opened this issue 6 months ago • 0 comments

Although this player does what it says, and it is very good at running 360 video, it’s designed to be invoked once.

If you try to nil the player, it results in memory leaks.

It is best to be used as a singleton than an instance variable.

For example, pushing to a view that uses this 360 player and then popping the nav stack will not release the memory.

So, anyone using this player should observe memory usage in Xcode.

Otherwise, it works fantastic!

michaelryannewell avatar Aug 08 '24 09:08 michaelryannewell