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 |
What is .h and .m file in xcode?
What do you mean by @synthesize and @dynamic in the objective-c?
What is ivar objective c?
Can you please explain the way messaging works in objective-c?
Does objective-c contain private strategies?
Can I write some c++ function in same .m file? Will it compile? If no, what changes should I do to compile it?
Where is objective c used?
What is a block objective c?
How to make a code snippet thread safe?
What is objective c vs c?
Is objective c, a dynamic language? True/false, explain.
Explain immutable types in objective c programming language?