I’ve just completed the Bull’s Eye tutorial for Swift 3, and IOS 10, and all works great. Just one tiny thing bothers me slightly. When I first run the app and hit the about button to take me to the About screen, the web view box is blank for a short time - probably less than a second - while the HTML loads. Once the app is up and running this doesn’t happen again. My question: Is it possible to preload the HTML into the web view on the AboutViewController screen when the app first opens so that the user doesn’t see this blank web view?
Thanks.