How do I import a swift file into objective c?
Answer / Bhanu Pratap Singh
"To import a Swift file into Objective-C, you'll need to create a bridge header file (.h) for your Objective-C source file and use the "#import" directive to include the Swift file."
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create thread in objective c?
How do you check for leaks?
What is property and its types?
How to convert nsnumber to nsstring in objective c?
Explain what is data encapsulation in objective-c?
What are blocks and how are they used?
Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?
Does objective c have pointers?
What is typedef objective c?
What is abstract class in objective c?
What is a delegate? Can you retain delegates?
What are the rules of variable?