-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Andrey Medvedev edited this page Sep 28, 2019
·
8 revisions
About...
- Delegation functions
- to optionally provide hint view for view with some accessibilityIdentifier.
- should show tutorial.
- tutorial is shown.
- provide the opportunity to optionally choose some view among with same accessibilityIdentifier.
func selectView(among views: [[UIView]]) -> UIView?
- Provide standard HintView implementation with Next and Close buttons, and minimal customization.
- Provide Protocol ContexutualEvent. (rawValue, compare(), etc.. )
- Start Stop methods for "TutorialProcessor" (now VCPool)
- Custom Events in JSON
- Give possibility for showing all tutorial views or in sequence (that defined in contextualTutorialsConfig.json)
- Give possibility to add tutorials on the fly to engine's pool.
- Give possibility to create tutorial with JSON config or in code.