What is block in ios?
Answer / Saurabh Srivastava
A block in Objective-C is a package of functionally related code and constants. Blocks can capture and store references to any constant and variable from the context in which they are declared, making them useful for handling completion handlers or as parameters to functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is gcd? How is it used?
What is the meaning of 'synthesize' keyword?
Explain me what is fast enumeration?
Define autorealease pool?
. How do you change the content of your app in order to change the views displayed in the corresponding window?
What is callback in ios?
Are document objects required for an application? What does they offer?
Explain your process for tracing and fixing a memory leak iOs?
1 Answers SwanSoft Technologies,
How respond to state transitions on your app in ios?
What happens if iapplication object does not handle an event?
Explain commonly ios libraries
How to export your private key from your keychain in iphone development?