What is toll-free bridging and when is it useful?
Answer / Priyanka Joshi
Toll-free bridging allows you to use Objective-C objects as C function arguments or return values without explicit type conversion. It's useful when working with APIs that were written in C but need to interact with Objective-C objects. This feature enables seamless interoperability between C and Objective-C.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is better objective c or swift?
What are the rules for identifiers?
What is synchronized() block in objective c?
Who calls dealloc method?
What are the rules of variable?
What is meant by not thread safe?
What is autoclosure?
Is objective c similar to c++?
Tell me about important protocol being used in objective c?
How do I create a bridging header file?
What is nonatomic in objective c?
What is difference between objective c and swift?