Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create guided tour tutorial for iOS app?

Tags:

ios

I am looking at options for add tutorial/help information to my iOS application. Many apps, primarily games will have guided tutorials. My app is for business owners, and primarily uses TableView Controllers.

Are there frameworks, or built-in support for creating a guided tours of an iOS app that uses TableView Controllers?

Wondering if there are options that would guide the user through making the actual actions, as opposed to having them read through pages in a PageViewController.

like image 366
DaveDude Avatar asked Aug 20 '17 20:08

DaveDude


People also ask

What is tour app?

THE TOUR APPUse your time on the road for more useful things than notating journeys in a log. So you can enjoy your milage log even more, the app is easy to use and easy on the eyes too. The Tour Mileage log app is available for Android and iOS phones.


1 Answers

The following link has what I think you are looking for. It allows you to create walkthroughs and guided tours (coach marks) in a simple way, with Swift.

https://github.com/ephread/Instructions

like image 144
stromyc Avatar answered Oct 25 '22 20:10

stromyc