Gecco 2.0.0

Gecco 2.0.0

测试已测试
Lang语言 SwiftSwift
许可证 MIT
发布最新发布2020年9月
SPM支持 SPM

yukiasaiYudai.hirose 维护。



Gecco 2.0.0

  • yukiasai

Gecco

Pod Version Pod Platform Pod License

在教程中使用 Swift 简单的高亮项

Gecco 在日语中意味着月光。

Demo

用法

基本

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。