When is toll-free bridging useful?
Answer / Surash Shing
Toll-free bridging is useful when you want to interoperate between Objective-C and Swift code without the need for manual wrappers or bridging headers. It allows direct access of Objective-C objects in Swift, making it easier to work with existing libraries.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to reverse array in objective c?
Is struct a class?
What is 'protocol' on objective c?
Is python static or dynamic?
What is an objective fact?
What is a protocol in objective c?
What is nsarray objective c?
What is kvc and kvo? Give an example of using kvc to set value.
Explain class definition in objective-c?
What are the main objectives of training?
What are the differences between copy and retain?
When might you use a cfarray/dictionary instead of a nsarray/dictionary?