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 |
How does dispatch_once manages to run only once?
What is nonatomic and strong in objective c?
What are the two types of tangible property?
Is objective c the same as c sharp?
What is the use of objective c?
Is objective c garbage collected?
What is an m file?
What is a category in objective c?
How to convert nsnumber to nsstring in objective c?
Mention which class can you use for parsing of xml in iphone?
Can I write some c++ function in same .m file?
What is toll-free bridging?