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



还可以点击去查询以下关键词:
[KSGuideController-]    [一个]    [定制]    [漂亮]    [新手]    [引导]    [视图]    [KSGuideController-一个定制漂亮新手引导视图]   

项目介绍:

KSGuideController

 
 
 
 

A beautiful animated novice guide controller written in Swift.

UsageSwiftimport KSGuideController var items = [KSGuideItem]() for button in buttons { let n = Int(arc4random()) % string.characters.count let index = string.index(string.startIndex, offsetBy: Int(n)) let text = string.substring(to: index) let item = KSGuideItem(sourceView: button, text: text) items.append(item) } let vc = KSGuideController(items: items, key: 'MainGuide') vc.setIndexChangeBlock { (index, item) in print('Index has change to \(index)') } vc.show(from: self) { print('Guide controller has been dismissed') }InstallationCocoapods

Update cocoapods to the latest version.

Add pod 'KSGuideController' to your Podfile.

Run pod install or pod update.

Import KSGuideController module.

Requirements

This library requires iOS 8.0+ and Xcode 8.0+.

License

KSGuideController is provided under the MIT license. See LICENSE file for details.

项目地址

https://github.com/skx926/KSGuideController

论文开题报告

这里还有:


还可以点击去查询:
[KSGuideController-]    [一个]    [定制]    [漂亮]    [新手]    [引导]    [视图]    [KSGuideController-一个定制漂亮新手引导视图]   

请扫码加微信 微信号:sj52abcd


下载地址: http://www.taolw.com/down/7272.docx
  • 上一篇:iOS股票毕业设计K线图绘制
  • 下一篇:MG--Swift项毕业设计目之MGOFO