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
Share
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
NSUserDefaultsfor this once you have shown this view to the user so that from second time onwards, user wont see it again.