Full white screen appears for few seconds before pushing the view controller
NickName:SriMa Ask DateTime:2017-01-19T13:46:41

Full white screen appears for few seconds before pushing the view controller

I'm getting white screen before pushing the view controller for few seconds then the UIViewController loads.

I didn't kept any break points and there is target membership. I attached the screen shots of push animation. For some push am getting it. please suggest how to proceed.

let storyboard = UIStoryboard(name: "Chat", bundle: nil) 
let conversationViewCntrl = storyboard.instantiateViewController(withIdentifier: "ConversationViewControllerId") as! ConversationViewController 
navigationController?.pushViewController(conversationViewCnt‌​rl, animated: true)

enter image description here

Copyright Notice:Content Author:「SriMa」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/41734613/full-white-screen-appears-for-few-seconds-before-pushing-the-view-controller

More about “Full white screen appears for few seconds before pushing the view controller” related questions

Full white screen appears for few seconds before pushing the view controller

I'm getting white screen before pushing the view controller for few seconds then the UIViewController loads. I didn't kept any break points and there is target membership. I attached the screen s...

Show Detail

Angular loads white screen a few seconds before showing website

Issue: Angular loads white screen a few seconds before showing app. This only occurs 1 in 6 attempts of loading the website, mainly when I close the browser and reopen it and then enter my websit...

Show Detail

white background for few seconds before splash screen android

I facing a problem while launching the app. A white background is displayed for a few seconds at first start up, then at second start up sometime it doesn't appears. I used this in my AppTheme &l...

Show Detail

White screen shown when pushing view

Pushing a view controller: func showChatLogForTrainer(trainer: Trainers) { let chatLogVC = ChatLogVC(collectionViewLayout: UICollectionViewFlowLayout()) self.navigationController?.

Show Detail

Image view appears for a few seconds then screen goes white

If using the latest Xcode 7 (Xcode 7 GM seed) I perform these steps: 1) Create new project / single view application 2) Disable size classes 3) In the storyboard add an image view as a child of th...

Show Detail

Data takes a few seconds to load when screen appears

I've created a product detail screen, and when loaded, the data takes a few seconds to appear. I'm looking for a more elegant solution. There is Main.storyboard screen Until load data I can see t...

Show Detail

SWIFT / iOS: Data takes a few seconds to load when screen appears

I've created a user profile screen, and when loaded, the data takes a few seconds to appear. I'm looking for a more elegant solution. Here's the view controller in the storyboard: As you can see,

Show Detail

Long delay before view controller appears when using GCD and NSNotificationCenter

Having odd behavior that I just can't figure out - when I'm pushing my second view controller onto a UINavigationController, there is a 5-10 second delay before the new view appears. The second view

Show Detail

Pushed UIViewController appears on the screen but the buttons from the pushing view remains active

I have an IOS application which has several views. In one of them I have a button action that push another view that has several buttons that are not activated although the view appears in the scr...

Show Detail

Present commit view controller modally instead of pushing when using 3D Touch Peek & Pop

I have an app that allows users to view photos in a UICollectionViewController that's embedded inside a UINavigationController. When the user taps to view a photo, I present a new view controller m...

Show Detail