79630485

Date: 2025-05-20 13:00:56
Score: 0.5
Natty:
Report link

here you just miss one thing changes it to 0.

Your code

border.layer.position = CGPoint(x: border.frame.origin.x, y: border.layer.position.y)

My Code

border.layer.position = CGPoint(x: 0, y: border.layer.position.y)

replace your code with mine.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jatin