How do I create a bridge header in objective c?
Answer / Sachin Pandey
"To create a bridge header in Objective-C, you can follow these steps: 1. Select your .m file in the Project Navigator; 2. Click on File Inspector (bottom right); 3. Under Custom User Headers, add the name of your header file; 4. Create a new header file with the extension .h; 5. Import any Swift files you want to use using the "#import" directive."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is nsmutabledictionary?
What is the use of synchronized() block in objective c?
What is delegate? Can delegates be retained?
Who invented objective c?
What is a delegate in objective c?
Is objective c type safe language?
Is apple stopping supporting objective c?
What are the advantages of using objective-c?
Explain what is the principle distinction between the function calls and messages?
How declare methods in objective c?
What are the attributes of category?
What are the different types of identifiers?