How do you put a UIWebView somewhere other than MainView.xib?
Posted
by Jack
on Stack Overflow
See other posts from Stack Overflow
or by Jack
Published on 2010-04-16T20:17:32Z
Indexed on
2010/04/16
20:23 UTC
Read the original article
Hit count: 213
Hello, I've been trying to put a UIWebView into my app, which is tableview based. When the user selects a row, I want the new xib to load, but this one with a UIWebView on it. From all of the tutorials I've seen, you can only put a UIWebView on the MainView.xib. Can someone please tell me how to put a FUNCTIONING UIWebView somewhere other than the main view? Thanks in advance!!
© Stack Overflow or respective owner