How to call objective c function in swift?
Answer / Amit Kumar Harbola
To call an Objective-C function from Swift, you can use Objective-C bridging header or import the Objective-C module. Then, you can call the function using dot notation or by creating a bridge.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is atomic in objective c?
What is hashable?
Does objective c have garbage collection?
Is objective-c a dynamic language?
What do you mean by @synthesize and @dynamic in the objective-c?
List out the methods used in nsurl connection?
Who made objective c?
What is a dispatch function?
Is swift based on objective c?
Is objective c compiled?
Explain mutable types in objective c programming language?
Mention what is the primary use of the category in the objective-c?