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 benefits of collections views?
What is the protocol in objective c?
What are the adavantages of gcd over nsthread?
When would you use nsarray and nsmutablearray?
What is synthesized in objective-c?
What is a .m file in xcode?
Why is objective c better than swift?
What is delegation protocol?
What is synchronized() block in objective c?
Which class is used to establish a connection between applications to the web server?
What are the different types of protocols?
Explain what is #import?