iOS 应用优化控件 RFRateMe

码农软件 · 软件分类 · 弹出视图(Popup View) · 2019-07-01 09:59:17

软件介绍

RFRateMe 会帮助用户自动优化他们的 iPhone/iPad 应用,不需要那些复杂的操作。这个应用很容易安装,使用和配置(如果你想修改默认信息):

安装:

  1. 拖放 RFRateMe类放到项目

  2. 拖放 UIAlertView+NSCookbook 类到项目

  3. #import "RFRateMe.h"

  4. 当你想显示警告信息就调用类方法:

      [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"

本文地址:https://www.codercto.com/soft/d/9164.html

Once Upon an Algorithm

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》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码