Created
September 17, 2014 16:51
-
-
Save yoshimin/dcfbc5fd3e142b4d17a6 to your computer and use it in GitHub Desktop.
NSNotificationCenterの登録
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
NSNotificationCenter.defaultCenter().addObserver(self, selector: "playerItemDidReachEnd:", name: AVPlayerItemDidPlayToEndTimeNotification, object: self.playerItem) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment