Can you use objective c in swift?
Answer / Vikrant Singh Bhadana
Yes, it is possible to use Objective-C code within Swift projects by bridging the two languages. However, it is recommended to write new code in Swift when possible, as it provides a more modern and efficient development experience.
| Is This Answer Correct ? | 0 Yes | 0 No |
When will you use nsarray and nsmutablearray?
What is difference between objective c and swift?
What's the difference between a thread safe and a thread unsafe function?
Is a fact objective?
What are kvc and kvo? Provide an example.
What is id type in objective c?
Is objective c difficult?
Is objective c, a dynamic language? True/false, explain.
When should you call dealloc method?
Is c++ similar to objective c?
Why we use synthesize in objective c?
Explain what is data encapsulation in objective-c?