且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

[翻译] ATTutorialController

更新时间:2022-08-20 11:29:56

ATTutorialController

[翻译] ATTutorialController

https://github.com/AfonsoTsukamoto/ATTutorialController

 

A simple to use tutorial controller, highlight style.

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

[翻译] ATTutorialController

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中拷贝源文件到你的项目中