Is there an equivalent of Androids ShowcaseView for iOS?

后端 未结 6 775
野的像风
野的像风 2020-12-30 12:05

There is a project for Android on Github:

https://github.com/amlcurran/Showcaseview

According to the readme:

The ShowcaseView librar

相关标签:
6条回答
  • 2020-12-30 12:24

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

    enter image description here

    0 讨论(0)
  • 2020-12-30 12:27

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

    0 讨论(0)
  • 2020-12-30 12:27

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

    0 讨论(0)
  • 2020-12-30 12:33

    DDCoachMarks is a simple and flexible iOS alternative:

    0 讨论(0)
  • 2020-12-30 12:35

    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.

    0 讨论(0)
  • 2020-12-30 12:40

    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

    0 讨论(0)
提交回复
热议问题