[Solved] iOS First launch trouble
Your question is hard to understand. I try an answer here, and if it doesn’t satisfy your needs, please provide more code. I believe you mix up a didLoad and a didAppear delegate method. If you want to trigger code every time a view will be shown to the user, use the viewDidAppear delegate-method. viewDidLoad … Read more