主要内容: iOS播放器概述 MPMoviePlayerController MPMoviePlayerViewController AVPlayer AVPlayerVie...

IP属地:广东
主要内容: iOS播放器概述 MPMoviePlayerController MPMoviePlayerViewController AVPlayer AVPlayerVie...
NSTimer使用不当就会造成内存泄漏,比如常见的使用方法: 由于NSTimer会引用住self,而 self又持有NSTimer对象,所以形成循环引用,deallo...