Gecco
在教程中使用 Swift 简单的高亮项
Gecco 在日语中意味着月光。
用法
基本
import Gecco
class ViewController: UIViewController {
func showSpotlight() {
let spotlightViewController = SpotlightViewController()
present(spotlightViewController, animated: true, completion: nil)
spotlightViewController.spotlightView.appear(Spotlight.Oval(center: CGPointMake(x: 100, y: 100), diameter: 100))
}
}
自定义
请参考 GeccoExample。
安装
CocoaPods
pod 'Gecco'
Carthage
github "yukiasai/Gecco"
许可证
Gecco按照MIT许可证发布。详情请查看LICENSE。