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.
当细节是 EDIT: 更复杂时,这些 UIImages 都有点模糊。有人可以给我建议吗?
我已经尝试过使用 CGRectIntegral 并且图像始终与 uiimageview 框架的大小相同。
结论:
您应该始终尝试在真实图像和图像视图中保持相同的帧。相同的像素大小(宽度和高度)
您可以使用 CGRectIntegral 来安排一些小的不匹配。(例如修复图像的奇怪放置)
您应该使用文件类型 .png 并将 dpi 至少保持在 72。
如果您想将图像缩放为更大的格式,您应该使用图像的矢量来缩放它,或者如果不可能缩放它并保持最小 72 dpi