Initial support for gallery content transition rect

This commit is contained in:
Ali
2019-12-20 20:25:15 +04:00
parent 0e1308b63f
commit 8963691778
62 changed files with 181 additions and 130 deletions

View File

@@ -113,7 +113,7 @@ final class InstantPageWebEmbedNode: ASDisplayNode, InstantPageNode {
self.webView?.frame = self.bounds
}
func transitionNode(media: InstantPageMedia) -> (ASDisplayNode, () -> (UIView?, UIView?))? {
func transitionNode(media: InstantPageMedia) -> (ASDisplayNode, CGRect, () -> (UIView?, UIView?))? {
return nil
}