What is @dynamic and any place where it is used?



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

Post New Answer

More Apple iOS Interview Questions

What is dependency management tools?

0 Answers  


Can we adjust the size of photos uploaded from the app?

1 Answers  


what are fetched properties? How do you create a fetched property?

1 Answers  


What is the current iphone ios?

1 Answers  


Which object is create by uiapplicationmain function at app launch time?

1 Answers  


what is Xcode command line tools package?

1 Answers  


How do you usually persist data on ios? : IOS Architect

1 Answers  


What is dispatch queue in ios swift?

1 Answers  


What are the requirements for developing iphone apps?

1 Answers  


Define decoding or deserialization and encoding or serialization?

1 Answers  


what is singleton class? Why the whole application creates a single instance?

1 Answers  


Explain UIView life cycles

1 Answers  


Categories