• I am writing a blog about coding in Swift.

    Swift has a lot of methods and functions that have “from:” in their function signature.

    For example, this line:

    ret += [String(formatter.string(from: asFloat as NSNumber) ?? “”)]

    For some reason, the editor fails to update, as soon as I get to “from:”

    ret += [String(formatter.string(fro

    No problem.

    ret += [String(formatter.string(from

    Failed to update.

    This is really weird, because, if you look at other posts in the series, you’ll see this all over the place.

    I have to assume there’s some kind of security issue going on (maybe anti-spam), but I can’t figure out how to deal with it.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter BMLTGuy

    (@magblogapi)

    OK. This is the last post I’m making here.

    Two minutes after posting, I got spammed by a support spammer.

    -PLONK-

Viewing 1 replies (of 1 total)

The topic ‘Editor Updating Fails When Entering Swift Source Code’ is closed to new replies.