views:

83

answers:

1

I created a nib file "WebViewController.xib". And try to link the UIView with File's Owner. But it doesn't work. Also sometimes with other nib files, I deleted a connection from View Connections->Referencing Outlet, then tried to connect again, but it can't link with File's Owner anymore.

How to fix this? Thank you.

A: 

Did you set the class of File's Owner to be UIViewController (or appropriate subclass)?

Dave DeLong