mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
removed play button
* Removed play button from ASVideoNode * Removed play button tests * added some checks in ASVideoPlayerNode * added new delegate method for time formats
This commit is contained in:
@@ -58,9 +58,6 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
//! Defaults to AVLayerVideoGravityResizeAspect
|
||||
@property (atomic) NSString *gravity;
|
||||
|
||||
//! Defaults to an ASDefaultPlayButton instance.
|
||||
@property (nullable, atomic) ASButtonNode *playButton;
|
||||
|
||||
@property (nullable, atomic, weak, readwrite) id<ASVideoNodeDelegate> delegate;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user