[翻译] ATTutorialController

ATTutorialController

https://github.com/AfonsoTsukamoto/ATTutorialController

A simple to use tutorial controller, highlight style.

一个简单易用的高亮风格的教程控制器。

Usage - 使用

To run the example project, clone the repo, and run pod install from the Example directory first.

运行工程前,先复制repo,然后在Example文件夹下运行pod install命令

Dependencies - 依赖

This framework uses Facebooks shimmer view for the swipe message.

这个框架使用了Facebooks的shimmer动画效果

Installation - 安装

Cocoapods:

ATTutorialController is available through CocoaPods. To install it, simply add the following line to your Podfile:

ATTutorialController在CocoaPods中可以使用了。使用以下的命令就可以安装了:

pod "ATTutorialController"

Source - 源文件

Copy the classes inside Pod/Classes to your xcode project.

直接从Pod/Classes中拷贝源文件到你的项目中

原文地址:https://www.cnblogs.com/YouXianMing/p/4008568.html