Save method in cocoatouch?

Posted by Henry D'Andrea on Stack Overflow See other posts from Stack Overflow or by Henry D'Andrea
Published on 2010-05-09T01:12:17Z Indexed on 2010/05/09 1:18 UTC
Read the original article Hit count: 207

Filed under:
|
|
|

What is the save method for cocoatouch?

I need to add it where the comment is: // whatever you want to do.

  • (BOOL) webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)ntype { if ([request.URL.scheme isEqualToString:@"hide"]) { // whatever you want to do. }

    return true; }

© Stack Overflow or respective owner

Related posts about apps

Related posts about cocoa-touch