What is toll-free bridging? When is it useful?
Answer / Ravindera Kumar Dhar Dwidi
Toll-free bridging is a feature in Xcode that enables seamless interoperability between Objective-C and Swift code. It allows developers to use Objective-C classes, protocols, and categories directly in Swift, without the need for manual wrapping or bridging headers. This makes it easier to work with existing libraries when building Swift projects.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a delegate in objective c?
What are kvc and kvo? Provide an example.
Why is objective c better than swift?
Who introduced objective-c & when?
What is typedef objective c?
What are the rules for identifiers?
How we can layout subviews in a view?
Distinguish between @synthesize and @dynamic in objective –c?
What is a category in objective c?
Can I write some c++ function in same .m file?
When will you use nsarray and nsmutablearray? Which one is faster?
What is m file?