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 |
Why create a custom view?
What is the isa member?
What is id?
What is protocol in objective-c?
What is the difference between function and objective?
What do you mean by cocoa?
Who calls dealloc method? Can we implement dealloc in arc?
Where is objective c used?
Is struct a class?
How is #import different from #include?
When would you use nsarray and nsmutablearray?
What are the attributes of category?