向下移动按钮
如何向下移动按钮位置?我有一个 UISwitch 当它打开时,它会显示一些东西,但这会覆盖我的一个按钮。如何将按钮向下移动以使其不重叠?
How do I shift a button location down? I have a UISwitch when its on, which will then display some stuffs, but that would cover one of my button. How do I shift the button down so that it's not overlapped?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将按钮的框架设置到新位置。例如,这会将按钮向下移动 100 像素:
Set the frame of the button to the new location. For instance, this will move the button down 100 pixels: