3

What is the easiest way to create popup window in swift?

For example I have a button called “Help”in the login screen and when I pressed Help button the tutorial screen will appear and blur the background.

I have tried NMPopUpView but didn’t luck to get it work.

Thanks.

enter image description here

Ralph
  • 2,065
  • 3
  • 15
  • 23

1 Answers1

1

If i want a stylised popup then I will create a new Nib file and design it in there. Then when you want to show the popup you can load that NIB and animate it in, upon closing it you can animate it out.

Swinny89
  • 7,273
  • 3
  • 32
  • 52