Various fixes

This commit is contained in:
Ilya Laktyushin
2022-10-23 02:50:45 +03:00
parent 95ee0e7cf3
commit 0bf8b373e3
7 changed files with 77 additions and 30 deletions

View File

@@ -12,6 +12,10 @@ open class SearchDisplayControllerContentNode: ASDisplayNode {
public final var setQuery: ((NSAttributedString?, [SearchBarToken], String) -> Void)?
public final var setPlaceholder: ((String) -> Void)?
open var animateBackgroundAppearance: Bool {
return true
}
open var hasDim: Bool {
return false
}