This commit is contained in:
Ali
2023-08-18 21:20:37 +04:00
parent e81b1fee96
commit 5db3755cbf
17 changed files with 494 additions and 167 deletions

View File

@@ -1700,7 +1700,7 @@ public final class SparseItemGrid: ASDisplayNode {
if let headerTextView = headerText.view {
if headerTextView.superview == nil {
headerTextView.layer.anchorPoint = CGPoint()
self.view.addSubview(headerTextView)
self.view.insertSubview(headerTextView, at: 0)
}
headerTextView.center = headerTextFrame.origin
headerTextView.bounds = CGRect(origin: CGPoint(), size: headerTextFrame.size)