Popup in Quick View Tutorial

What's the easiest way to create a popup in swift?

For example, I have a Help button on the login screen, and when I clicked the Help button, the tutorial screen appears and the background is blurred.

I tried NMPopUpView but couldn't get it to work.

Thank.

enter image description here

+3


source to share


1 answer


If I want a styled popup, I'll create a new Nib file and create it there. Then when you want to show the popup you can load this NIB and animate it, after closing it you can animate it.



+1


source







All Articles