Swifty360Player
Swifty360Player copied to clipboard
Memory Leaks
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!