79804185

Date: 2025-10-29 20:21:42
Score: 0.5
Natty:
Report link

You can use trim() modifier to cut Shape to half

Circle()
    .trim(from: 0, to: 0.5)
    .frame(width: 200, height: 200)

Half Circle Image

Learn more from this link.

Reasons:
  • Blacklisted phrase (1): this link
  • Whitelisted phrase (-1.5): You can use
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: M_Khater