在<activity
android:name="yourpackagename"
android:screenOrientation="portrait"
android:label="@string/app_name"
android:theme="@style/actioncolor">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="schemename"
android:host="hostname" />
</intent-filter>
</activity>
中,当我们点击助理编辑器并选择故事板的xcode (7.3.1) storyboard
时,我们会得到故事板设计的输出。
顶部有一个锁定按钮,当我点击它时,它会变为preview
并且无法解锁。
我还有其他问题..
1)我可以添加xxx.stroryboard is currently locked because it is a remote resource
之类的选项,但是在添加之后我无法删除它们。如何删除那些添加?
2)我无法移动预览屏幕进行查看和缩放,因为没有水平和垂直滚动条。如何滚动它?
答案 0 :(得分:3)
lock
对您来说不是问题!
您可以选择任何预览,然后按键盘上的delete key
将其删除!并且您无法在助理编辑器预览中水平滚动。即使滚动条不可见,您也可以scroller
的{{1}}垂直滚动!