Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 UIStackview 在用户名旁边制作个人资料图像,但是当我这样做时,图像会扩展到整个堆栈视图。
我做了什么我把 3 个标签一个接一个地叠在一起
那么问题呢?如何控制图像大小并使其粘在那里而不扩展。
我希望它像下面的图片
固定您的图像视图高度和宽度。
编辑:在单轴上堆叠工作。无论是垂直的还是水平的。但不是两者兼而有之。如果要将图像视图放入堆栈中,可以使用嵌套堆栈视图。将水平堆栈视图与图像视图和垂直堆栈视图一起使用。
在这里找到示例故事板!
[ ][ ] 3