Auto-Layout Constraint: How to make a view maintains its width/height ratio when resized?(自动布局约束:如何使视图在调整大小时保持其宽度/高度比?)
问题描述
在界面构建器中,我们可以固定高度、固定宽度,使两个视图的宽度相等,但是如何设置约束,以便在调整视图大小时,它保持其宽度/高度比?
In the interface builder we can pin height, pin width, make two views width equally, but how do I set the constraints so that when a view is being resized, it maintains its width/height ratio?
在我的特殊情况下,我的视图控制器中有一个 UIImageView.当视图调整大小时,我希望我的图像视图调整大小,但保持 3:2 的宽度:高度比.是否可以在 IB 中完成?用代码可以吗?
In my particular case, I have an UIImageView in my view controller. When the view resizes, I'd like my image view to resize, but maintain a 3:2 width:height ratio. Is it possible to do it in IB? Is it possible to do it with code?
谢谢!
推荐答案
您可以在 IB 中通过控件从视图拖动到自身并选择纵横比来添加纵横比约束.
You can add an aspect ratio constraint in IB by control dragging from the view to itself and choosing aspect ratio.
这篇关于自动布局约束:如何使视图在调整大小时保持其宽度/高度比?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:自动布局约束:如何使视图在调整大小时保持其宽度/高度比?


基础教程推荐
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01