Camera and editor improvements

This commit is contained in:
Ilya Laktyushin
2023-06-06 02:48:17 +04:00
parent c3ed819d01
commit 480fa08e45
5 changed files with 350 additions and 310 deletions

View File

@@ -80,6 +80,7 @@ final class AttachmentContainer: ASDisplayNode, UIGestureRecognizerDelegate {
})
self.container.clipsToBounds = true
self.container.overflowInset = overflowInset
self.container.shouldAnimateDisappearance = true
super.init()