I wrote a Swift function, but was unable to find a way to call if from Objective C. In the end I made it a static method on a new class - that worked.
Did I miss something? I tried adding "@objc" (not allowed) too. I cannot find this topic covered in the Swift-ObjC interworking book either.