CoachMarks is a component, inspired by Material Design Feature Discovery guidelines, that can be used in the onboarding process of iOS applications to focus the user attention on parts of the UI.
CoachMarks supports iOS 8+ and is available for installation using Carthage or CocoaPods.
Just add CoachMarks to your Cartfile
:
github "pNre/CoachMarks" ~> 1.0
Just add CoachMarks to your Podfile
:
pod "CoachMarks"
Please refer to the example project for usage examples.