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

Deep Learning

Deep Learning

Ian Goodfellow、Yoshua Bengio、Aaron Courville / The MIT Press / 2016-11-11 / USD 72.00

"Written by three experts in the field, Deep Learning is the only comprehensive book on the subject." -- Elon Musk, co-chair of OpenAI; co-founder and CEO of Tesla and SpaceX Deep learning is a for......一起来看看 《Deep Learning》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

随机密码生成器
随机密码生成器

多种字符组合密码

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具