vote up 0 vote down star

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.

flag
Tags are intended to help people who can answer your question find it. People routinely look for questions with tags that correspond to their centers of interest. I can pretty much assure that no-one is looking for any of the link, with, file, owner, problem tags. There is a list of meaningful tags on the site (examples: latex, c, static-analysis). Does your problem happen designing an interface in XCode? There is an xcode tag for starters. Also consider objective-c, interface-builder – Pascal Cuoq Oct 2 at 7:13
I think this is an iphone question, so I re-tagged it. – Jeremy Stein Oct 27 at 19:50

1 Answer

vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.