Rafael
Rafael

Reputation: 403

Alert only on first load iPhone

How do I alert with a UIAlertView when the app is only opened for the first time?

Upvotes: 0

Views: 175

Answers (1)

Eiko
Eiko

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

Related Questions