added ASDefaultPlayButton, but need to make drawing dynamic so its always a centered circle, also fixed video player preview layer stuff

This commit is contained in:
Luke Parham
2016-01-28 01:09:01 -08:00
parent f696eb7476
commit 3b38559c4d
7 changed files with 143 additions and 16 deletions

View File

@@ -0,0 +1,13 @@
//
// ASDefaultPlayButton.h
// AsyncDisplayKit
//
// Created by Luke Parham on 1/27/16.
// Copyright © 2016 Facebook. All rights reserved.
//
#import <AsyncDisplayKit/AsyncDisplayKit.h>
@interface ASDefaultPlayButton : ASButtonNode
@end