Skip to content

Do not convert APIs not available in Swift #160

@Ibrahimhass

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions