How would I make a static strategy?
Answer / Sandeep Shandilya
To create a static method (also known as class method) in Objective-C, declare the method with the + symbol before the return type. For example: `+ (NSString *)myStaticMethod`.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a block objective c?
What happens when you create a block?
What is property and its types?
What is delegate? Can delegates be retained?
What is autoclosure?
What is objective c good for?
What is a category extension?
What are the delegate?
What is enum in objective c?
Why swift is faster than objective c?
Is objective-c is used in window also?
What is the function of the category?