How to show in UIImage just a part of image?(如何在 UIImage 中只显示图像的一部分?)
问题描述
我有 UIImageView
在其中显示 50x100 图像.
I have UIImageView
in which I'm showing 50x100 image.
我只想显示 50x50 图像的一部分(顶部)?
I want to show only a part of image 50x50 (top part)?
我该怎么做?
推荐答案
我可能有一个解决方案给你.看看这是否有效.在 Interface Builder 中有一个关于图像内容填充属性的选项.您可以将其设置为 top-left
.按照界面生成器中的图像 -
I might have a solution for you. See if this works. In Interface Builder there is an option about Image content fill properties. You can set it to top-left
. Follow the image in interface builder -
在此之后将 UIImageView
的大小设置为 50x50,并选中clip-subviews"...
After this set the size of UIImageView
to 50x50 with "clip-subviews" checked...
这篇关于如何在 UIImage 中只显示图像的一部分?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 UIImage 中只显示图像的一部分?
基础教程推荐
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01