如何根据ios中的方向改变图像位置?
How to change the image position according to the orientation in ios?
在肖像中,我在角落里有两张图片,一张在左上角,另一张在左下角 right.When 我旋转了两张图片,保持不变 corner.But 我需要整个纵向屏幕向左旋转 90 度。这是图片
1) 图片 1
2) 图片 2
虽然我尝试过使用约束和自动布局来修复图像但失败了。
需要帮助提前致谢。
如果我理解你的问题:
您应该看看 Size Classes. You can design different layouts and button arrangements in storyboard using the different size classes. You can watch 2min 30sec of the Stanford iOS8 course about Size Classes here,它可以让您快速了解该主题。
你可以简单地通过尺寸 类 来完成!!!
http://www.raywenderlich.com/113768/adaptive-layout-tutorial-in-ios-9-getting-started
查看以供参考!!!
在肖像中,我在角落里有两张图片,一张在左上角,另一张在左下角 right.When 我旋转了两张图片,保持不变 corner.But 我需要整个纵向屏幕向左旋转 90 度。这是图片
1) 图片 1
2) 图片 2
虽然我尝试过使用约束和自动布局来修复图像但失败了。
需要帮助提前致谢。
如果我理解你的问题: 您应该看看 Size Classes. You can design different layouts and button arrangements in storyboard using the different size classes. You can watch 2min 30sec of the Stanford iOS8 course about Size Classes here,它可以让您快速了解该主题。
你可以简单地通过尺寸 类 来完成!!! http://www.raywenderlich.com/113768/adaptive-layout-tutorial-in-ios-9-getting-started
查看以供参考!!!