I am working on iphone application. I want to make an app that will have some setup views which will appear only on installation and not after the app is installed. How could i do this
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can have things that appear when the app is first launched, but you can’t do anything at installation time per se. What you want to do is something like this in your application delegate: