I would like to display an alertview when a user opens the app for the first time. After they open the app, they click on a button that pushes a table view on the navigation controller stack. If it’s the first time the table view has ever been opened, there should be an alert view that displays telling the user that they can click the cell to edit.
How can I achieve this?
Thanks
Simply, use
NSUserDefaults.something like: