iphone - UIWebView Problem
Posted
by g.revolution
on Stack Overflow
See other posts from Stack Overflow
or by g.revolution
Published on 2009-09-15T12:08:15Z
Indexed on
2010/03/19
17:01 UTC
Read the original article
Hit count: 645
Hi ,
I have created a nib file and added a UIWebView. i created an IBOutlet and attached web view with that outlet. till here everything is fine . now when i set the delegate of that webview to self in ViewDidLoad, and implement two of its delegate methods. the application crashes, i m not writing anything in the methods , i have just implemented and the application is crashing ....
what could b the problem ?
is there any problem ???
© Stack Overflow or respective owner