如何检测发送到SafariViewController的url是否给出错误404

时间:2016-04-13 19:48:42

标签: http-status-code-404 sfsafariviewcontroller

有没有办法检测发送到SafariViewController的网址是否提供错误404(找不到网页)然后提交到另一个默认网址甚至解除SafariViewController? 我现在正以这种方式使用,目标 - 请。

In [28]: df
Out[28]:
   a  b  c
0  5  1  2
1  5  2  8
2  3  3  8
3  3  1  4
4  6  3  4
5  1  0  0
6  6  0  0
7  4  4  3
8  3  0  4
9  9  0  9

In [29]: df.iloc[:, 0] == df.iloc[:, 2]
Out[29]:
0    False
1    False
2    False
3    False
4    False
5    False
6    False
7    False
8    False
9     True
dtype: bool

1 个答案:

答案 0 :(得分:0)

你可以实现" safariViewController:didCompleteInitialLoad:"在SFSafariViewControllerDelegate。