I have a Navigation Controller in a storyboard set as the initial view. It calls one viewController
, lets call it inititalViewCon
. I want initialViewCon
to modally segue to another viewController
as soon as it loads.
So it would open the app, go to initialViewCon
and then have a modal segue pop up. How would I accomplish this?