iOS 应用优化控件 RFRateMe
- 授权协议: Public Domain
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/rfunk82/RFRateMe
软件介绍
RFRateMe 会帮助用户自动优化他们的 iPhone/iPad 应用,不需要那些复杂的操作。这个应用很容易安装,使用和配置(如果你想修改默认信息):
安装:
拖放 RFRateMe类放到项目
拖放 UIAlertView+NSCookbook 类到项目
#import "RFRateMe.h"当你想显示警告信息就调用类方法:
[RFRateMe showRateAlert];
功能:
如果用户选择 "Rate now" 或者 "No, thanks" 警报就不会再提示
如果用户选择"Remind me later" 三天(默认)后就会收到警报
配置:
#define kNumberOfDaysUntilShowAgain 3
#define kAppStoreAddress @"https://itunes.apple.com/us/app/jobsy/id687059035"
#define kAppName @"MyApp"
About Face 3
Alan Cooper、Robert Reimann、David Cronin / John Wiley & Sons / 2007-5-15 / GBP 28.99
* The return of the authoritative bestseller includes all new content relevant to the popularization of how About Face maintains its relevance to new Web technologies such as AJAX and mobile platforms......一起来看看 《About Face 3》 这本书的介绍吧!
