Can I use objective c in swift?
Answer / Nitin Yadav
No, you cannot directly use Objective-C code within Swift. However, you can call Objective-C APIs from Swift, and you can write a bridge header to allow Swift to access Objective-C classes and methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to use swift protocol in objective c?
Who calls dealloc method? Can we implement dealloc in arc?
What is mark and sweep algorithm?
Does copy increase retain count?
How do you write an objective?
What is a dispatch method?
What is the class of a constant string?
Is objective c, a dynamic language? True/false, explain.
Why is objective c syntax so weird?
What is objective c programming used for?
What are blocks and how are they used?
What is objective c runtime?