SwiftRater icon indicating copy to clipboard operation
SwiftRater copied to clipboard

Use of check()

Open UlanNurmatov opened this issue 4 years ago • 0 comments

After calling incrementSignificantUsageCount() do we need to call check() ?

For example:

@objc func didTapSave(_ sender: UIBarButtonItem) {
    SwiftRater.incrementSignificantUsageCount()
    SwiftRater.check()
}

UlanNurmatov avatar Feb 20 '21 17:02 UlanNurmatov