Skip to content

Do not convert APIs not available in Swift #160

Description

@Ibrahimhass

Here is the Objective C code.

NSInvocationOperation * operation = [[NSInvocationOperation alloc] initWithTarget:self selector:@selector(invokeOpenDB) object:nil];

Converted Swift Code:

let operation = NSInvocationOperation(target: self, selector: #selector(invokeOpenDB), object: nil)

But NSInvocation is not available in Swift.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions