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 is polymorphism in objective-c?
Where is objective c used?
What is objective c programming used for?
How different is objective c from swift?
What is objective c in ios?
What are kvc and kvo? Provide an example.
What is the definition of an objective statement?
List out the methods used in nsurl connection?
What is a delegate in objective c?
Explain immutable types in objective c programming language?
Is objective c the same as c++?
What does nonatomic mean?