文章来源:淘论文网   发布者: 毕业设计   浏览量: 28



还可以点击去查询以下关键词:
[定制]    [Intro]    [【Swif定制t】Intro]   

项目介绍:

Intro


Overview

一个带简单动画的引导页/ intro / tutorial.

Requirements

iOS8

Installation with CocoaPods

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

pod 'Intro'Usageimport Intro let vc = IntroViewController() vc.items = [ ('text', UIImage(named: '1')), ('text', UIImage(named: '2')), ('text', UIImage(named: '3')) ] vc.animationType = .rotate vc.titleColor = .black vc.titleFont = .systemFont(ofSize: 20) vc.imageContentMode = .scaleAspectFit vc.closeTitle = 'READY' vc.closeColor = .white vc.closeBackgroundColor = .black vc.closeBorderWidth = 0 vc.closeBorderColor = UIColor.black.cgColor vc.closeCornerRadius = 2 vc.didClose = { self.showButton.setTitle('Show again', for: .normal) } present(vc, animated: true, completion: nil) Available animation typespublic enum IntroAnimationType { case raise case rotate } Example Project

An example project is included with this repo. To run the example project, clone the repo, and run pod install from the Example directory first.

Author

Nurdaulet, b.nurdaulet.b@gmail.com

论文开题报告


这里还有:


还可以点击去查询:
[定制]    [Intro]    [【Swif定制t】Intro]   

请扫码加微信 微信号:sj52abcd


下载地址: http://www.taolw.com/down/8021.docx
  • 上一篇:本地图片定制浏览器
  • 下一篇:Codin定制g-iOS