mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-29 03:15:59 +02:00
feat: новые функции, исправлены критические ошибки сборки и баги интерфейса, больше подписей в файлах
This commit is contained in:
@@ -122,10 +122,6 @@ public func navigationBarBackArrowImage(color: UIColor) -> UIImage? {
|
||||
}
|
||||
}
|
||||
|
||||
public protocol NavigationButtonCustomDisplayNode {
|
||||
var isHighlightable: Bool { get }
|
||||
}
|
||||
|
||||
public protocol NavigationButtonNode: ASDisplayNode {
|
||||
func updateManualAlpha(alpha: CGFloat, transition: ContainedViewLayoutTransition)
|
||||
var mainContentNode: ASDisplayNode? { get }
|
||||
|
||||
@@ -328,7 +328,7 @@ private final class NavigationButtonItemNode: ImmediateTextNode {
|
||||
}
|
||||
|
||||
|
||||
public final class NavigationButtonNode: ContextControllerSourceNode {
|
||||
public final class NavigationButtonNodeImpl: ContextControllerSourceNode, NavigationButtonNode {
|
||||
private var nodes: [NavigationButtonItemNode] = []
|
||||
|
||||
private var disappearingNodes: [(frame: CGRect, size: CGSize, node: NavigationButtonItemNode)] = []
|
||||
|
||||
Reference in New Issue
Block a user