Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/iphone/36.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Iphone UIStoryboardSegue和WebView_Iphone_Ios_Xcode_Uiwebview_Uistoryboardsegue - Fatal编程技术网

Iphone UIStoryboardSegue和WebView

Iphone UIStoryboardSegue和WebView,iphone,ios,xcode,uiwebview,uistoryboardsegue,Iphone,Ios,Xcode,Uiwebview,Uistoryboardsegue,我有一个带有一个ViewController和四个UIStoryboardSegue的故事板。 导航工作得很好,但是如果我想在我的UIStoryboardSegue中包含一个webview,我该怎么做? 我不能包含viewdidload,因为它不是ViewController 您不能直接转到web视图,而是转到包含web视图的viewcontroller 因此,创建一个viewcontroller并向其添加uiwebview

我有一个带有一个ViewController和四个UIStoryboardSegue的故事板。 导航工作得很好,但是如果我想在我的UIStoryboardSegue中包含一个webview,我该怎么做?
我不能包含viewdidload,因为它不是ViewController

您不能直接转到web视图,而是转到包含web视图的viewcontroller

因此,创建一个viewcontroller并向其添加uiwebview