Answer Posted / Ashish Soni
In Objective-C, 'instancetype' is a type qualifier that can be used to specify the return type of a method or property. It tells the compiler that the method returns an instance of the class (or a subclass) where the method is defined. Using 'instancetype' can make your code more flexible and easier to maintain.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category