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 static attributes?
Explain the difference in xib/storyboard vs nib?
Is struct a class?
What are the adavantages of gcd over nsthread?
What is ivar objective c?
What is objective c & why it is used for?
Is objective c hard?
What is kvc and kvo? Give an example of using kvc to set value.
Mention which class can you use for parsing of xml in iphone?
What is the difference between atomic and nonatomic synthesized properties?
What is dealloc?
What is synchronized() block in objective c?