How do I create a bridging header file?
Answer / Monika Deora
To create a bridging header file in Xcode, select your project in the Project Navigator, click on the Build Settings tab, search for 'Objective-C Bridging Header', and set its value to the desired name. Then, you can import this header file in any Swift source file (.swift) that needs access to Objective-C code using the `#import` directive.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the 5 principles of object oriented programming?
What is the difference between c and objective c?
When will you use nsarray and nsmutablearray?
Does objective c have pointers?
What is the difference between property and instance variable?
Can we create dynamic classes in objective c? If yes, explain how to create with a valid use case?
Can you please explain the way messaging works in objective-c?
What are nsautoreleasepool?
What objective-c program consists of?
What is atomic property?
What is the purpose of the protocol?
What is autoclosure?