Update ContextUI API

This commit is contained in:
Ali
2019-11-02 22:58:15 +04:00
parent 70000b0027
commit cb939af2c0
10 changed files with 106 additions and 21 deletions

View File

@@ -46,6 +46,8 @@ private final class ContextControllerContentSourceImpl: ContextControllerContent
let navigationController: NavigationController? = nil
let passthroughTouches: Bool = false
init(controller: ViewController, sourceNode: ASDisplayNode?) {
self.controller = controller
self.sourceNode = sourceNode
@@ -61,6 +63,9 @@ private final class ContextControllerContentSourceImpl: ContextControllerContent
}
})
}
func animatedIn() {
}
}
private indirect enum SettingsEntryTag: Equatable, ItemListItemTag {