What does @dynamic mean?
Answer / Chhabinath Ram
"@dynamic is a keyword used in Objective-C to indicate that a method should be implemented dynamically (at runtime) instead of being defined statically in the class definition. When you use @dynamic for a method, the implementation will be provided by the system or a category when it's actually needed.""
| Is This Answer Correct ? | 0 Yes | 0 No |
What is 1x 2x and 3x in ios?
What is clean architecture ios?
What is cocoa and cocoa touch?
How to silent the noisy keyboard?
What is nslayoutanchor?
What is the difference between weak and strong?
Is core data is thread safe?
Major difference between delegate and notification?
What is the full meaning of ios?
What is storyboard?
What’s the difference between mkannotation and mkpointannotation?
What is a struct in iOS operating system?