ios - showViewController has long delay -


i using following code create segue between 2 view controllers:

nsstring * storyboardname = @"main"; uistoryboard *storyboard = [uistoryboard storyboardwithname:storyboardname bundle: nil]; uiviewcontroller * vc = [storyboard instantiateviewcontrollerwithidentifier:@"secondpage"]; [self showviewcontroller:vc sender:self]; 

the issue i'm having there's long delay before view shown. don't have happening in viewdidload or viewwillappear, causing delay?


Comments

Popular posts from this blog

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -