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://codercto.com/soft/d/9164.html

Mastering Regular Expressions, Second Edition

Mastering Regular Expressions, Second Edition

Jeffrey E F Friedl / O'Reilly Media / 2002-07-15 / USD 39.95

Regular expressions are an extremely powerful tool for manipulating text and data. They have spread like wildfire in recent years, now offered as standard features in Perl, Java, VB.NET and C# (and an......一起来看看 《Mastering Regular Expressions, Second Edition》 这本书的介绍吧!

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

在线压缩/解压 HTML 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

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

RGB HEX 互转工具