Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/webpack/2.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 scrollview和view中的Tianium Studio Alloy视觉错误_Iphone_Titanium_Titanium Mobile_Appcelerator Mobile_Titanium Modules - Fatal编程技术网

Iphone scrollview和view中的Tianium Studio Alloy视觉错误

Iphone scrollview和view中的Tianium Studio Alloy视觉错误,iphone,titanium,titanium-mobile,appcelerator-mobile,titanium-modules,Iphone,Titanium,Titanium Mobile,Appcelerator Mobile,Titanium Modules,我是钛合金工作室的新手我有两个问题 1,我在xml文件的窗口中创建了2个视图标记。当我执行最后一个视图时,我的代码只在两个视图中可见 <Window class="container> <View class="View1"> #content of view1 </View> <View class="View2"> #content of view2 </View> </Window> 您需要在您的窗口上设置布

我是钛合金工作室的新手我有两个问题

1,我在xml文件的窗口中创建了2个视图标记。当我执行最后一个视图时,我的代码只在两个视图中可见

<Window class="container>
<View class="View1">
  #content of view1
</View>
<View class="View2">
  #content of view2
</View>
</Window>

您需要在您的窗口上设置布局属性,它们是在彼此的顶部绘制的

您需要在您的窗口上设置布局属性,它们是在彼此的顶部绘制的