AVPlayerViewController vs. AVPlayerLayer
on Ios
AVPlayerViewController와 AVPlayerLayer를 이용한 동영상 플레이어 구현
동영상 플레이어를 만들 때 사용하는 두 클래스의 코드와 차이를 확인하기 위해 정리한다. 전체 코드는 Github. AVPlayerViewController와 AVPlayerLayer가 무엇인지는 이전글 AVFoundation를 참고.
Continue reading AVPlayerViewController vs. AVPlayerLayer