在 Xcode 4.1 中使用 Interface builder 时,如何将图像背景发送到按钮后面
早期版本的 xcode 有一个布局选项,可以在其中选择推到后面。但是新版本没有了
The earlier version of xcode had a layout option in which one could select push to back. But the new version does not have it
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
单击编辑器菜单,然后选择排列> 发送到后面。
Click the Editor menu, then select Arrange > Send to Back.
在 XCode 8 中,您转到屏幕顶部的菜单栏,然后单击“编辑”>“编辑”。安排>发送到后面。这也适用于将项目移动到单个项目后面或项目前面。
In XCode 8 you go to the menu bar on the top of the screen then click Edit > Arrange > Send to Back. This also Works for moving an item behind a single item or in front of an item.