Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category