How to use objective c file in swift?
Answer / Nirmal Kumar
"To use an Objective-C file in Swift, you can create a bridging header. In the bridging header, import the .h file of your Objective-C class using #import. Then, you can use instances of that class in your Swift code."
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between atomic and nonatomic synthesized properties.
What is an objective statement?
Can you use swift and objective c together?
Explain class definition in objective-c?
What is abstract class in objective c?
What is singleton in objective c?
What is retain count?
Explain how the class “implementation” is represented in objective-c?
Is objective c deprecated?
Is objective c better than swift?
What is assign property in objective c?
What are the differences between copy and retain?