Can i add some images(3) on scroll view to flip them as page controller and include them with the splash, so that they only appear when someone install's the application or when newer version is installed... is their a way of doing it programmatically instead of adding xib .. any help ... coding will be much appreciated .. Thanks in advance
|
|
|
You cant show them along with the Default launch image. You can only show a static image there. But when the user is using the app for the first time, you can show this particular view once the app is launched and then from second time onwards you can disable it. You can set a property in
|
|||||||||
|
|
This one worked for me as NSUserDefault really did the trick .. But i had to put the loop in reverse for working it out in my very first view controller i did like this ...
So now the splash will only run once the app get's installed as a fresh copy .. This one Helped me out ... if any one looking for the same thing can try my code above .. Thank you |
|||
|
|

