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 |
What is block in objective c?
Explain what are the attributes of category?
Which is better swift or objective c?
Can protocols have properties?
What does @synchronized() do?
Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?
What is nonatomic in objective c?
What is synchronized() block in objective c?
What are class b properties?
Is objective c dynamically typed?
When will you use nsarray and nsmutablearray? Which one is faster?
How do you get closure?