Quote:
Originally Posted by schipmolder
I had similar issues that were resolved when using the delay from Jason's post.
Just make sure you set the delegate of the webView to self and have a look if this works.
If not, try adding a NSLog in the showWebView to see if this is called properly.
|
schipmolder,
nope, same effect... maybe it's something in my delegates config... I've messed with them so much that I think I'll be better off starting from scratch. NSLog shows those being activated, but still see the blank screen between default.png and actual content.
When you say make the delegate of the webView set to self, how do I do that? right now its set to the view controller.