What is @dynamic and any place where it is used?
Answer / Divya Chaudhary
@dynamic is a compiler directive in Objective-C that tells the compiler to defer the implementation of a method until runtime. It allows developers to use methods without implementing them immediately, which can be useful for implementing optional functionality or using dynamic frameworks.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is dependency management tools?
Can we adjust the size of photos uploaded from the app?
what are fetched properties? How do you create a fetched property?
What is the current iphone ios?
Which object is create by uiapplicationmain function at app launch time?
what is Xcode command line tools package?
How do you usually persist data on ios? : IOS Architect
What is dispatch queue in ios swift?
What are the requirements for developing iphone apps?
Define decoding or deserialization and encoding or serialization?
what is singleton class? Why the whole application creates a single instance?
Explain UIView life cycles