0

I want to open a popup box like enter image description here

please help me if any one knows

  • 1
    Use `UIPopOverPresentationController`. – iPeter Sep 17 '18 at 10:59
  • You can show and hide a tableview on button click with animation. – Gurjinder Singh Sep 17 '18 at 11:27
  • Did you check this? https://github.com/kolyvan/kxmenu Note that the developer has not updated it since a long back you may require to use a fork version of it. Which is more updated. – Hemang Sep 18 '18 at 04:17
  • I think, this fork is more helpful to you: https://github.com/alex081293/kxmenu because it allows to show the menu items in a scroll view. Helpful, if you will have multiple items. – Hemang Sep 18 '18 at 04:23

1 Answers1

0

You can achive this with UIPopoverPresentationControllerDelegate and tableView. See this answer for more detail. The source code is available here.

beshio
  • 794
  • 2
  • 7
  • 17