Reputation: 403
How do I alert with a UIAlertView when the app is only opened for the first time?
Upvotes: 0
Views: 175
Reputation: 25632
Save a flag indicating that the alert has been shown and check it prior to showing it. Save it in a file or in the user defaults.
Upvotes: 1