Hide scrubber in media preview

This commit is contained in:
Ilya Laktyushin
2020-09-10 15:38:06 +03:00
parent ae38464d11
commit cea7cb24af
3 changed files with 10 additions and 0 deletions

View File

@@ -85,6 +85,9 @@ open class GalleryItemNode: ASDisplayNode {
open func controlsVisibilityUpdated(isVisible: Bool) {
}
open func adjustForPreviewing() {
}
open func animateIn(from node: (ASDisplayNode, CGRect, () -> (UIView?, UIView?)), addToTransitionSurface: (UIView) -> Void, completion: @escaping () -> Void) {
}