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 |
How big is a atom?
What is id type in objective c?
What is block variable?
What is an m file?
What is the difference between weak and unowned?
What happen if we send any message to an object which is released?
Tell us the result when you invoke a particular method on a nil pointer?
When should you call dealloc method?
Is objective c and c the same?
How does dispatch_once manages to run only once?
Is objective c, a dynamic language? True/false, explain.
What is toll-free bridging?