Is there an equivalent of Androids ShowcaseView for iOS?

There is a project for Android on Github:

According to the readme:

The ShowcaseView library is designed to highlight and showcase specific parts of apps to the user with a distinctive and attractive overlay. This library is great for pointing out points of interest for users, gestures, or obscure but useful items.

I would like to know if a functionally equivalent one exists for iOS. It would be useful to give users a quick tour of an app. Typically app intros are handled with a few swipe screens. Think Uber and Duolingo.

Google and Stackoverflow searching returns nothing meaningful. If I had time I'd work on this as a side project.

Edit: I've ended up using which works for both Swift and Objective-C.

1

6 Answers

You can also try this is a similar implementation of ShowcaseView for Android on iOS.

0

You can also check out my implementation at

It's developed using Swift 2.0 and can also draw animated highlights such as this one:

Update:

It's now updated for Swift 3.0

enter image description here

1

You can check a small library (MaterialShowcase on Github) that I created when developing my company app.

enter image description here

There's a framework we've been working on that might be useful, BubbleShowCase. Check it out and don't hesitate to leave any feedback.

enter image description here

Try WSCoachMarksView. It is very easy to use, e.g.:

enter image description here

DDCoachMarks is a simple and flexible iOS alternative:

enter image description here

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like