Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change 2 object methods to class methods #231

Open
nickbit opened this issue Oct 14, 2015 · 1 comment
Open

Change 2 object methods to class methods #231

nickbit opened this issue Oct 14, 2015 · 1 comment
Milestone

Comments

@nickbit
Copy link

nickbit commented Oct 14, 2015

Hello,

please change these methods

- (BOOL)userHasDeclinedToRate;
- (BOOL)userHasRatedCurrentVersion;

to class methods like this:

+ (BOOL)userHasDeclinedToRate;
+ (BOOL)userHasRatedCurrentVersion;

Otherwise you cannot access them (sharedInstance is private).

@arashpayan
Copy link
Owner

Good point. This will have to wait until version 3.x because it's an API change.

@arashpayan arashpayan added this to the 3.0.0 milestone Nov 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants