White screen while popping view from navigation stack in IOS

While we are popping the view(using back button in navbar) from the navigation stack the white screen is coming for few milliseconds before displaying the previous view/ root view. The problem is that this issue is being encountered in IOS only. In android it’s working as expected. Do we need to add extra parameter or initialise something to make it work smoothly in IOS