ios - How to keep showing splash screen until webview is finished loading. objective-c -
after splash screen loads there white background few seconds until html loads. how can keep displaying splash screen till webivew loads.
you can add uiimageview splash screen image on uiwebview of course view controller showing both views must uiwebview delegate , when receives
– webviewdidfinishload:
or
– webview:didfailloadwitherror:
in case of error of course should remove image view
Comments
Post a Comment