Describe @objc inference?
Answer / Gyaneshwar Kumar
@objc is a Swift compiler directive used to make a Swift class, structure, protocol, or enumeration accessible from Objective-C. nnWith Swift 4.2 and later, this directive can be omitted if the type conforms to the Objective-C runtime's naming conventions for classes and structures.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an iphone app?
Difference between release and autorelease ?
What is a memory leak in ios?
What is delegate and protocol in ios?
Which class will be subclassed in iOS operating system?
Why is iboutlet weak?
What is managed object context?
What is the first responder and responder chain?
What are the functions of managed object context?
Define 'retain' keyword?
What widgets can not do ?
Explain Appstore uploading process