Created
September 17, 2014 15:57
-
-
Save yoshimin/5f355273c0a77940472f to your computer and use it in GitHub Desktop.
AVPlayerLayerを返す(Swift)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
override class func layerClass() -> AnyClass { | |
return AVPlayerLayer.self | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment