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 |
What are the three main types of property?
What is the class of a constant string?
Can objective c run on windows?
How declare methods in objective c?
Explain what do you mean by synthesized in objective-c?
What is 'protocol' on objective c?
What is the function of the category?
What are the characteristics of the category?
What is data encapsulation in objective-c?
Why swift is better than objective c?
What is nonatomic and strong in objective c?
What is difference between array and nsarray?