Various improvements

This commit is contained in:
Ilya Laktyushin
2024-03-24 15:14:58 +04:00
parent 037380707d
commit 9166178440
44 changed files with 1096 additions and 824 deletions

View File

@@ -69,6 +69,9 @@ public final class PeekController: ViewController, ContextControllerProtocol {
public var getOverlayViews: (() -> [UIView])?
public var appeared: (() -> Void)?
public var disappeared: (() -> Void)?
private var animatedIn = false
private let _ready = Promise<Bool>()