Best practice to change the default view using interface builder ?

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.

It seems I found a clean way to do what I want, let's share it.


From a newly single view application project, I went to storyboard, select the view from the outline. Then, from the Identity Inspector, I choosed "UIWebView" as Class and it works !


I no more have a useless view hierarchy.


Hope it will helps some one.

Best practice to change the default view using interface builder ?
 
 
Q