ABtutorial permette la visualizzazione di mini-tutorial che spiegano specifiche funzionalità sulle app dei gruppi ABenergie e LemonPie.
iOS 11.0 or newer
ABtutorial is available through CocoaPods. To install it, add the following line to your Podfile:
pod 'ABtutorial', :git => 'https://abenergie.visualstudio.com/_git/ABtutorial.ios'
(Optional) To the top of the Podfile add this to preserve the folder structure.
install! 'cocoapods',
:preserve_pod_file_structure => true
Clone the project
git clone https://abenergie.visualstudio.com/ABtutorial.ios/_git/ABtutorial.ios
Go to the project directory
cd ABtutorial/Example
Open the example project
open ABtutorial.xcworkspace
Install dependencies
pod install
let page = ABTOnboardPage(title: "Title",
description: "Description",
[...])
let appearance = ABTPageAppearance(titleColor: .black,
backgroundColor: .red,
[...])
let tutorial = ABTutorial(pageItems: [page],
pageAppearance: appearance)
tutorial.presentFrom(self, animated: true)
ABtutorial is available under the MIT license. See the LICENSE file for more info.