Framework to build interactive tutorials
pod 'NGSTutorial'
Tutorial is based on scenes and targets. One or bunch of targets make a scene. By default, scene changes with user tap on screen. This is overridable with delegate method.
Feed data through dataSource and track events in delegate methods.
Open demo app for possible integration.