what number distinctive annotations is accessible in Objective-C?

devquora
devquora

Posted On: Feb 22, 2018

 

Here are the following distinctive annotations that are accessible in Objective C:
  • _Null_unspecified, which bridges to a Swift certainly unwrapped optional. This is the default.
  • _Nonnull, the esteem won’t be nil it bridges to a customary reference.
  • _Nullable a value can be nil; it bridges to a discretionary.
  • _Null_resettable this value can never be nil, when perused however you can set it to know to reset it. This just applies property.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Objective C Interview Questions

    Tell me something about Objective-C blocks?

    In the Objective-C class, there are a question that combines data with its related behavior. It empowers you to form pa..

    Objective C Interview Questions

    Tell me about important protocol being used in Objective C?

    In Objective-C, the protocol is the language include, that gives the multiple inheritances in the single inheritance la..

    Objective C Interview Questions

    How would I make a static strategy?

    Methods are actualized continuously in Objective-C as static functions. The best way to acquire the IMP of a technique ..