You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use [self class] rather than UAAppReviewManager explicitly.
Also maybe separate the class convenience methods into a separate file for those who want it and expose the actual instance methods for subclasses to override.
The text was updated successfully, but these errors were encountered:
For clarification, I don't want to expose the instance methods, but they can be added manually in a private header of the subclass for those who want to subclass it. I do like the idea of using [self class] instead of UAAppReviewManager though.
Use
[self class]
rather thanUAAppReviewManager
explicitly.Also maybe separate the class convenience methods into a separate file for those who want it and expose the actual instance methods for subclasses to override.
The text was updated successfully, but these errors were encountered: