What is @dynamic in objective-c ?



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

Post New Answer

More Apple iOS Interview Questions

Explain usage of struct?

1 Answers  


What is a model class?

1 Answers  


How to access the spotlight search feature now?

1 Answers  


Explain difference between mrc and arc?

1 Answers  


What's the latest version of ios?

0 Answers  


How to hide images in ios?

1 Answers  


Enlist frameworks for cocoa?

1 Answers  


What is ios selector?

1 Answers  


What language is ios written?

1 Answers  


What is nsuserdefaults? What type of data can we store there?

1 Answers  


What is gcd? How is it used?

1 Answers  


When would you say that an app is not in a running state?

1 Answers  


Categories