Various fixes

This commit is contained in:
Ilya Laktyushin 2026-04-19 14:17:48 +02:00
parent d88a29b378
commit c9b76c9294
7 changed files with 78 additions and 31 deletions

View file

@ -179,6 +179,7 @@ public protocol NavigationBar: ASDisplayNode {
var leftButtonNode: NavigationButtonNode { get }
var rightButtonNode: NavigationButtonNode { get }
var additionalContentNode: SparseNode { get }
var edgeEffectView: UIView? { get }
func reattachAdditionalContentNode()