I have one sample app. The application contain popup view when i login the screen going to home page view load popup appear perfectly my problem is the popup show only once at homepage again comes to the homepage popup does not needed? How Can do this. Any one give the solution
Share
Store some BOOL value in your userdefaults.
Check the value of that variable before showing the popup.
Put above code before you are trying to display the alert.
So, it will display the alert only once. It will not display it agin even you restart your application.