使用UIWebViewNavigationTypeLinkClickedfilter
我想通过UIWebViewNavigationTypeLinkClicked存储点击的URL。 不过,我只想在点击某些带有广告的url后,将点击的url存储为一系列url。 无论如何处理这个?
当你点击webview下面的委托时会调用你需要实现的下面的委托方法,然后在这个基础上你可以检查这个url并相应的存储在一个数组中 –
- (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType: (UIWebViewNavigationType)navigationType { //here you can check the condition on the basis of navigation type if (navigationType== UIWebViewNavigationTypeLinkClicked) { //Store the link in array below // initialized you array somewhere first and then use below [mutableArray addObject:yourUrl]; } }
- 当按下button时,需要访问UITableViewCell的detailTextLabel属性
- FBFriendPickerViewController在iOS上显示和清空表格。 放置选取器运行良好
- 如何在仅适用于iPhone的应用程序的XCode 4.3中指定iPad Retina图标?
- coreplot iOS中x轴和y轴上的dynamic数据
- 使用Objective-C iOS以编程方式创buildTableVIew
- ios无尽的video录制
- UISwitch setThumbTintColor导致崩溃(仅iOS 6)?
- ContentView中的button会导致MonoTouch运行时崩溃。 Monotouch 4.0中的错误?
- 如何使用Facebook PoP ios框架水平翻转UIView?
- 静态图书馆以及我们为什么需要它们
- SWRevealViewController – RightViewController