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"
Once Upon an Algorithm
Martin Erwig / MIT Press / 2017-9-8 / GBP 22.95
How Hansel and Gretel, Sherlock Holmes, the movie Groundhog Day, Harry Potter, and other familiar stories illustrate the concepts of computing. Picture a computer scientist, staring at a screen and......一起来看看 《Once Upon an Algorithm》 这本书的介绍吧!
