79226667

Date: 2024-11-26 12:14:48
Score: 0.5
Natty:
Report link

If you have a single long string, you can break it in xcode without getting the \n to the final string with "\" :

let longString = """
Lorem ipsum dolor sit amet, consectetur adipiscing \
elit. Ut vulputate ultrices volutpat.\n Vivamus eget \
nunc maximus, tempus neque vel, suscipit velit...
"""
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Yaron Abramovich