CoachMarks icon indicating copy to clipboard operation
CoachMarks copied to clipboard

UI component to focus the user's attention on parts of the app

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.

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.