iosxcodeswift4.2

Show two images on launchscreen iOS


I need to display two images in the centre of my launch screen one after the other. Might be a newbie question but I can't seem to figure out how to do it. I know it's against apple HCI guidelines, but it's the client's requirement so any help would be appreciated, thanks.


Solution

  • You can Achieve this by doing these steps: 1) Add first image in launch screen 2) Create splash screen viewcontroller which contains second image 3) Make splash screen viewcontroller as initial view controller from storyboard.

    additionally You can add flow logic in splash screen viewcontroller like display login screen after splash screen or home screen after splash screen etc.