CoachMarks
UI component to focus the user's attention on parts of the app
Install / Use
/learn @pNre/CoachMarksREADME
CoachMarks
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.
<img src="Readme/Screenshots/Animation.gif" width="250"/> <img src="Readme/Screenshots/1.png" width="250"/>Getting started
CoachMarks supports iOS 8+ and is available for installation using Carthage or CocoaPods.
Carthage
Just add CoachMarks to your Cartfile:
github "pNre/CoachMarks" ~> 1.0
CocoaPods
Just add CoachMarks to your Podfile:
pod "CoachMarks"
Usage
Please refer to the example project for usage examples.
