Hi,
I wonder what is the best practice to change the default view from the storyboard and use a webview instead.
From the storyboard, using drag and drop, I add a webview to the default view, but I wonder if it is the right way to do beacause, webview inherits from UIView ... can't I directly use the webview as the default view ?
What should I do to directly use the webview as the default view using the storyboard ?
Thanks in advance.
Regards.