mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-26 04:45:52 +08:00
fixes suggested by levi
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
}
|
||||
|
||||
#pragma mark - ASVideoPlayerNodeDelegate
|
||||
- (void)videoPlayerNodeWasTapped:(ASVideoPlayerNode *)videoPlayer
|
||||
- (void)didTapVideoPlayerNode:(ASVideoPlayerNode *)videoPlayer
|
||||
{
|
||||
if (_videoPlayerNode.playerState == ASVideoNodePlayerStatePlaying) {
|
||||
NSLog(@"TRANSITION");
|
||||
|
||||
Reference in New Issue
Block a user