Skip to content

Library used to provide tutorial onboardings that explains one or more features to the user.

License

Notifications You must be signed in to change notification settings

lemonpieit/lemonpie-abtutorial-ios

Repository files navigation

ABtutorial




ABtutorial

ABtutorial permette la visualizzazione di mini-tutorial che spiegano specifiche funzionalità sulle app dei gruppi ABenergie e LemonPie.

Requirements

iOS 11.0 or newer

Installation

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

Demo

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

Usage/Examples

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)

Authors

License

ABtutorial is available under the MIT license. See the LICENSE file for more info.

About

Library used to provide tutorial onboardings that explains one or more features to the user.

Resources

License

Stars

Watchers

Forks

Packages

No packages published