Reputation: 43
I have two storyboards.
When the app loads, LaunchScreen shows and immediately presents HomeScreen with fade in transition. Is there anyway I could change this transition?
I have tried following things
Upvotes: 2
Views: 4837
Reputation: 73936
Create a new view controller that just shows the launch screen identically to how it looks when it's being launched. Set that to be your initial view controller. Transition from that view controller to your home view controller.
Upvotes: 3