parag deshpande

1pod
PDRatingsController 是一个单例类,允许用户在使用应用特定次数后进行评分。步骤 - 1. 导入 PDRatingsView 2. 在你想要启动评分/评论流程的地方使用以下方法. -- [[PDRatingsView ratings]initialiseWithAppId:@"12345" appName:@"abc" countAppUsed:2 remindAfter:0.5]; 3. 在按钮点击/动作事件/用户希望显示等级提示的地方调用 -- [[PDRatingsView ratings] checkCountForAppUsedAndDisplayAlertOn:self];
许可证: MIT