Generic tutorial written in swift. This is a pageable view controller that allows for unlimited pages and shows the user an image, title and long description upon startup. It is designed to be presented modally on the first launch/update of an application.
View the SampleViewController class to see example code. This code will show you how to create the Walkthrough view controller and how to utilize the Model/Appearance classes.
Add the following to your Podfile. Specify a version if you'd like.
pod 'MyTutorial', :git => 'https://github.com/elisimmonds/MyTutorial.git'
- Clone the repository
- Navigate to the MyTutorial directory in Terminal
- Run 'pod install'
- Open the .xcworkspace file and run.