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()
spotlightViewController.spotlight = Spotlight.Oval(center: CGPointMake(100, 100), width: 100)
presentViewController(spotlightViewController, animated: true, completion: nil)
}
}
Please refer to GeccoExample.
pod 'Gecco'
Gecco is released under the MIT license. See LICENSE for details.