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:
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.
Yes you can use PopOverPresentation style/segue to achieve this effect. But you have to customize.