在HttpResponse上重新加载父视图

时间:2015-02-02 16:48:33

标签: ios objective-c iphone

我正在尝试将功能从网页翻译为iPhone页面。

该页面中包含一个iFrame,用于将表单发布到我的服务器:

enter image description here

我正在尝试重新加载外框。我控制了HTTPResponse,因为它将表单发布到我的服务器。对于网站,我可以通过返回以下内容重新加载外框:

return HttpResponse('
              <html>
                  Loading...
                  <script>window.parent.location.reload(false);</script>
              </html>')

我如何在iPhone应用程序中执行此操作,以便响应将“触发”父视图重新加载?

0 个答案:

没有答案