uiwebviewdelegate
Calling the delegate of a delegate
I\'m working on an iPhone project where I\'v开发者_StackOverflow社区e inherited someone else\'s code. I have a situation where viewController A has a UIWebView and it is set as the delegate of that UI[详细]
2023-04-03 18:58 分类:问答Does the Facebook API for iOS leak?
When testing a demo app in Instruments using the leaks tool, I get GeneralBlock-XXXX that can be 56 or 2048. This h开发者_如何学编程appens after selecting the Publish button. (which actually calls [Fa[详细]
2023-03-28 13:34 分类:问答Is didFailLoadWithError normally called after I return NO in the delegate function shouldStartLoadWithRequest?
I am seeing this behavior not documented in Apple\'s UIWebViewDelegate: If I return NO to the delegate function[详细]
2023-03-28 04:47 分类:问答iOS different output whether running in simulator or on device
I yet again have a super weird problem. I get different outputs whether I\'m running the application on the simulator or on the iPhone.[详细]
2023-03-15 02:57 分类:问答UIWebView Delegate Code Doesn't Seem Right
I\'ve implemented sample code using the UIWebView that I found, but it doesn\'t look right to me, though it works. Specifically because it sets the UIWevView delegate twice (in viewDidLoad and viewWil[详细]
2023-03-07 04:34 分类:问答UIWebView supporting both internal (stays in webview) and external (safari) links
I have an ipad app which acts as an ebook. It\'s basically a bunch of html pages linked together. I also have some external links which have been opening in the webview, but I now want to open in Safa[详细]
2023-02-28 09:29 分类:问答iPhone - How to have a custom browser be able to detect if back/forward buttons need to be enabled/disabled
Hey guys! I have a tumblr app that I am developing, and I have a button that pushes a modal view that contains a webview and a toolbar on the bottom with refresh, back, forward and done buttons. The b[详细]
2023-02-25 17:08 分类:问答Setting the Delegate for Multiple UIWebViews on the same ViewController
I have two UIWebViews, one to handle normal files and one to handle PDFs (which opens as an overlay, on top of the other web view).[详细]
2023-02-22 23:11 分类:问答iPhone : nib file + code = mix up
I\'m getting a little confused about when I should use a NIB file and when I should use code. Here\'s my problem :[详细]
2023-02-22 21:08 分类:问答webViewDidFinishLoad not firing when UIWebView opens a PDF
Here is my code: - (BOOL) webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)requestnavigationType:(UIWebViewNavigationType)navigationType;{[详细]
2023-02-22 00:25 分类:问答