如何逐步显示 UIImageView
Posted
技术标签:
【中文标题】如何逐步显示 UIImageView【英文标题】:How display progressively an UIImageView 【发布时间】:2011-05-23 12:05:27 【问题描述】:我找到了一种逐步显示UIImageView
的方法:
->
我不一定要为它制作动画,但我找不到一种方法来仅显示 UIImageView
的一部分,只使用它的 frame
或 contentMode
属性。
有什么建议吗?
【问题讨论】:
【参考方案1】:在 imageview 上放置一个 UIView 并相应地更改 uiview 框架。
【讨论】:
在我的上下文中我不能这样做,因为我玩了一些 png。【参考方案2】:嗯,我找到了我的回复:
UIImageView in UIView and not to display image parts out of bounds
【讨论】:
以上是关于如何逐步显示 UIImageView的主要内容,如果未能解决你的问题,请参考以下文章