What is instancetype?
Answer / Rachit Dixit
In Objective-C, `instancetype` is a special type that represents an instance of a class. It is used by class methods to return the newly created object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is method and function same?
What is data encapsulation in objective-c?
How to create uibutton programmatically in objective c?
What is nonatomic in objective c?
How to use swift protocol in objective c?
What are static attributes?
Explain the difference in xib/storyboard vs nib?
What is a function file?
What is dealloc?
What is typedef objective c?
How declare methods in objective c?
Is objective c similar to c++?