Skip to content

wuchun4/XCUserGuideView

Repository files navigation

XCUserGuideView for swift3

Software License Latest Stable Version Platform

swift 快速实现针对界面控件具体位置的用户引导

image

安装

通过 CocoaPods

pod 'XCUserGuideView'

##使用方法

		let tempguide:XCUserGuideView = XCUserGuideView(frame: self.view.bounds)
        let item1:XCUserGuideSharpItem = XCUserGuideSharpItem()
        item1.frame = (button1?.frame)!
        item1.title = "Look up FF or ff in Wiktionary, the free dictionary"
        item1.direction = .up
        item1.sharp = .Circle
        item1.guideView = button1
        tempguide.show(rootView: self.view, item: item1, completion: nil)

代码许可

The MIT License (MIT). 详情见 License 文件.

About

Quickly achieve the position the user guide

Resources

License

Stars

Watchers

Forks

Packages

No packages published