8

There is a project for Android on Github:

https://github.com/amlcurran/Showcaseview

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 github.com/IFTTT/RazzleDazzle which works for both Swift and Objective-C.

Sean Dev
  • 1,239
  • 1
  • 17
  • 31
  • Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, [describe the problem](http://meta.stackoverflow.com/questions/254393/what-exactly-is-a-recommendation-question) and what has been done so far to solve it. – FelixSFD Feb 23 '17 at 13:49

6 Answers6

11

You can also try https://github.com/rahuliyer95/iShowcase this is a similar implementation of ShowcaseView for Android on iOS.

5

You can also check out my implementation at https://github.com/scihant/CTShowcase

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

Cihan Tek
  • 5,349
  • 3
  • 22
  • 29
4

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

enter image description here

Quang Nguyen
  • 2,600
  • 2
  • 17
  • 24
2

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

Fernando
  • 751
  • 2
  • 13
  • 27
1

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

enter image description here

DarkLeafyGreen
  • 69,338
  • 131
  • 383
  • 601
1

DDCoachMarks is a simple and flexible iOS alternative:

enter image description here

andygeers
  • 6,909
  • 9
  • 49
  • 63