What is @dynamic in objective-c ?
Answer / Pushpander Singh
@dynamic is a directive used in Objective-C to declare that the implementation for a method or property will be provided by a category or subclass. It tells the compiler not to generate an error if it cannot find the method implementation at compile time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain usage of struct?
What is a model class?
How to access the spotlight search feature now?
Explain difference between mrc and arc?
What's the latest version of ios?
How to hide images in ios?
Enlist frameworks for cocoa?
What is ios selector?
What language is ios written?
What is nsuserdefaults? What type of data can we store there?
What is gcd? How is it used?
When would you say that an app is not in a running state?