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 happen if we send any message to an object which is released?
Can a protocol have properties?
what is gcd? What are advantages over nsthread?
Explain class definition in objective-c?
What is objective c good for?
What are the rules of variable?
How do I open .m files?
What is the difference between a script and function?
What do you mean by @synthesize and @dynamic in the objective-c?
How much does m files cost?
What is parsing? Mention which class can you use for parsing of xml in iphone?
Is objective c type safe?