0

I've noticed a lot of apps have a 'popover' that highlights areas of interest or new features (see pic for example).

enter image description here

What are these called? I dont believe there is a ready made solution to these in Apple docs apart from iPad UIPopoverController.

Sorry if this seems a bit subjective but I am unsure of what its called.

Would love if someone could point me in a right direction.

DevC
  • 6,982
  • 9
  • 45
  • 80

1 Answers1

2

That's definitely a custom implementation. I figure they would be called tool tips or speech bubbles if describing them to someone.

There is nice component to do it here: https://maniacdev.com/2014/07/open-source-ios-component-for-creating-animated-customizable-popover-tooltips

Gary Riches
  • 2,847
  • 1
  • 22
  • 19