0

Is there a control on iOS or a well known library that offers info bubble functionality. (I am relatively new to iOS development so I am not sure if my search keywords are off or this is just not being used on iOS very much)

I would like to achieve something like this:

enter image description hereenter image description here

This comes from Android Tutorial Bubbles library.

I would like to avoid building this control by myself if there is already similar library or something that is being more widely used on iOS.

I found something similar called "ProductTour" but it seems to be quite limited.

Jakub Holovsky
  • 6,543
  • 10
  • 54
  • 98

1 Answers1

1

Yes you can use PopOverPresentation style/segue to achieve this effect. But you have to customize.

I just customize just a little and here is the output. enter image description here

elk_cloner
  • 2,049
  • 1
  • 12
  • 13