How can I load a nib/xib file within a web view in Cocoa?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A xib is an xml form that gets compiled into a nib. A nib is a way for the designer to automate the creation of native iOS UIViews.
The UIWebView is a UIView that loads web content (not native iOS UIViews). Think of it as a window into some web page content. A nib/xib is just a way to layout the native view that houses the UIWebView that is a window into web content. the UIWebView loads web content and not native UIViews.
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIWebView_Class/Reference/Reference.html