Tawa / TNTutorialManager

Tutorial Handler that helps you implement interactive on boarding and tutorials inside your iOS Apps.
MIT License
108 stars 6 forks source link

Add option for shaded area to intercept and ignore all interactions. #2

Closed shirakaba closed 6 years ago

shirakaba commented 6 years ago

(As titled). Effectively, this would allow actions only to occur through the highlighted area.

Edit: This would need to be optional per stage of the tutorial. Example use case:

shirakaba commented 6 years ago

Suggested interface:

/**
 This optional method returns whether, for any given index, the tutorial should advance only upon taps made INSIDE the highlighted area (TRUE) rather than anywhere in the whole tutorial area (FALSE; default value).
 */
-(BOOL)tutorialRestrictActionsToWithinHighlight:(NSInteger)index;
Tawa commented 6 years ago

This was fixed in version 1.3! Please see updated README file.