Questions tagged «stretching»

10
如何使CSS浮动在一行中?
我想在同一行上使用两个项目float: left作为左侧的项目。 我没有任何问题可以单独实现。问题是,即使您将浏览器的尺寸调整得非常小,我也希望这两项保持同一行。您知道...就像桌子一样。 我们的目标是无论包裹在右边,都不会包裹物品。 如何使用CSS告诉浏览器,我宁愿拉伸包含内容而div不是包装内容,因此float: right;div在float: left; div?之下? 我想要的是: \ +---------------+ +------------------------/ | float: left; | | float: right; \ | | | / | | |content stretching \ Screen Edge | | |the div off the screen / <--- +---------------+ +------------------------\ /

10
如何阻止图像在UIImageView中拉伸?
我有一个UIImageView将帧尺寸设置为的位置x = 0, y = 0, width = 404, height = 712。在我的项目中,我需要UIImageView动态更改图像。 我正在使用此代码来更改图像: self.imageView.image = [UIImage imageNamed:@"setting-image.png"]; 问题是,当*.png图像尺寸小于UIImageView帧尺寸时,图像会拉伸。我不希望它伸展。有什么办法吗?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.