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.