I am at a loss. I have a UIViewController with a UIWebView in it. When I run the application the UIWebView is never instantiated. Everything else comes up fine. Has anyone seen this before?
Rob
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.
I found the problem. The UIWebView does not instantiated UNTIL it is displayed. I was trying to load the website before I pushed the view controller into the navigation controller.