takecian / SwiftRater

A utility that reminds your iPhone app's users to review the app written in pure Swift.
MIT License
356 stars 42 forks source link

adding `isRateDone: Bool` #13

Closed nikans closed 6 years ago

nikans commented 6 years ago

I propose exposing a computed property isRateDone: Bool for an app to behave accordingly, i.e. hiding the button to rate the app (I know, it's not recommended to have such a button in the first place, but it happens)

takecian commented 6 years ago

Thanks for great PR! It's available with 1.2.0.

Thank you!