+ (UIColor*) getColorWithHexa(NSString*)hexString;
:
This is a method definition in my class. This triggers a warning. What causes such warnings and how can they be resolved?
I am returning a UIColor object, while this question relates to blocks, which is indicated in the comments.
So this is helpful.
ios objective-c-nullability
Sam shaikh
source share