Alexander Jährling
Alexander Jährling
If I convert code with NSSet, it is not correctly translated to Swift Set. See example: https://swiftify.me/uphuxa I would expect something more in line with: ``` func test() -> Bool...
This expression is not converted to valid Swift. https://swiftify.me/w2j01r Not sure how the valid Swift would look like in this case though.
If I use the same name for protocol and class in Objective-C (like many NS types, e.g. NSObject) the name of the protocol should get a Protocol suffix (Xcode also...