Simply highlight items for your tutorial walkthrough, written in Swift
Gecco means Moonlight in Japanese.
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))
}
}
Please refer to GeccoExample.
pod 'Gecco'
github "yukiasai/Gecco"
- Simple notes label on the spotlight
- Rotation
- Swift2.3
Gecco is released under the MIT license. See LICENSE for details.