What is autoclosure?
Answer / Rashmi Saroj
Autoclosure is a feature in Swift that automatically captures and remembers an expression (a closure) until it is actually invoked. This can be useful for passing trailing closure parameters to functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are nsautoreleasepool and how can we use them?
What is lazy var?
What is responder chain?
What is the difference between category and extension in objective c?
When would you use nsarray and nsmutablearray?
What do you mean by synthesized in objective-c?
How to implement in app purchase in ios objective c?
What is the difference between polymorphism and abstraction?
Mention which class can you use for parsing of xml in iphone?
What is delegate in objective c?
List out the methods used in nsurl connection?
Explain types of protocol?