当我将 PNG 图像放在屏幕上时,它看起来太小
我有一张PNG图片(640*960),当我将它放在我的应用程序屏幕上(使用UIImageView)时,它看起来太小(非常非常小),我什至不知道它的尺寸变成了什么,你能帮忙吗我明白为什么我得到这个吗?提前感谢:)
编辑:
i have a PNG picture (640*960), when i place it on my app screen (using an UIImageView) it looks too small (very very small), i didn't even know what does its dimensions became, can you please help me figure out why i got that? thanx in advance :)
EDIT:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个 API 用于创建带有比例的 UIImage。
您可能想也可能不想使用
[UIScreen mainScreen].scale
来动态检测比例/视网膜。There's an API for creating an UIImage with a scale.
You may or may not want to use
[UIScreen mainScreen].scale
as well, to dynamically detect scale/retina.