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 does r mean in xcode?
Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?
How to reverse array in objective c?
Is objective c hard?
Is objective c open source?
Why swift is faster then objective c?
Is objective c superset of c?
When should you call dealloc method?
Can you retain delegates?
Why we use synthesize in objective c?
Explain class definition in objective-c?
What is objective c & why it is used for?