如何将UIImageView放在布局的背景上
问候,
所以这是一个相当简单的问题(也许不是一个简单的答案)。我希望名为“发送到后台”的 IB 选项(在 IB 上,转到布局 -> 发送到后台)以编程方式完成。
是否可以?如果没有,有什么建议来模拟同样的事情吗?
正如标题所示,这是针对 UIImageView 的。
Greetz,
So this is rather a simple question (maybe not a simple answer). I want the IB option called 'send to back' (On IB, go to Layout -> Send to back) to be done programmatically.
Is it possible? If not, any suggestions to simulate the same thing?
This is for an UIImageView as the title states.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用
sendSubviewToBack:
Use
sendSubviewToBack:
只需尝试您需要的索引即可。
Just experiment with the index you need.