Story folders

This commit is contained in:
Isaac
2025-07-18 16:10:54 +02:00
parent 817308f13e
commit a6544e5d57
17 changed files with 1222 additions and 63 deletions

View File

@@ -280,7 +280,7 @@ public final class TextLoadingEffectView: UIView {
maskBorderShapeLayer = SimpleShapeLayer()
maskBorderShapeLayer.fillColor = nil
maskBorderShapeLayer.strokeColor = UIColor.white.cgColor
maskBorderShapeLayer.lineWidth = 2.0
maskBorderShapeLayer.lineWidth = 1.0
self.maskBorderShapeLayer = maskBorderShapeLayer
}