Video improvements

This commit is contained in:
Isaac
2024-11-14 21:14:29 +04:00
parent 80342695fb
commit 261fc96d02
22 changed files with 1701 additions and 97 deletions

View File

@@ -109,6 +109,10 @@ open class GalleryItemNode: ASDisplayNode {
return false
}
open func maybePerformActionForSwipeDownDismiss() -> Bool {
return false
}
open func contentSize() -> CGSize? {
return nil
}