CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

Gecco 2.0.0

Gecco 2.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2020
SPMSupports SPM

Maintained by yukiasai, Yudai.hirose.



Gecco 2.0.0

  • By
  • yukiasai

Gecco

Pod Version Pod Platform Pod License

Simply highlight items for your tutorial walkthrough, written in Swift

Gecco means Moonlight in Japanese.

Demo

Usage

Basic

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))
  }
}

Custom

Please refer to GeccoExample.

Installation

CocoaPods

pod 'Gecco'

Carthage

github "yukiasai/Gecco"

License

Gecco is released under the MIT license. See LICENSE for details.