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.
我正在使用 Three20 库在我的 iphone 应用程序中显示照片库,但是当我单击它们时,图像被截断了。在我的 Three20 库中(或者最好在我对 Three20 的调用中)中指定图像尺寸应该是什么?
问题原来是 xml 提要。它缺少宽度和高度,一旦我添加它,Three20 就能够以正确的尺寸缩放图像。