Hi all i'm trying to make a login view like spotify. https://github.com/chenjunpu/SpotifyLoginVideo i use this example.
My problem is that when i try to go to login page the ram that it use is the same with the video view (plus 30mb)
I tried this on the buttons function but nothing changed
self.dismissViewControllerAnimated(true, completion: nil)
Any ideas how can i stop the view drain my ram? Thanks