0
使用SDK 3.5.1目前鈦:遠程圖像ImageViews沒有表現出如視網膜
我有一些遠程託管的,我加載到我的ImageViews圖像。我僱用了:真的已經設定好了。
這裏是我使用的代碼:
var hasattachesThumbIcon = Ti.UI.createImageView({
width:96,
height:'auto',
top:6,
bottom:6,
right:10,
image:hasattachesThumb,
defaultImage:'/icons/placeholder_big.png',
hires:true,
});
我認爲這個問題是我沒有明確設置圖像的高度。原因是這些圖像的大小和長寬比都不相同,我唯一的要求是它們應該適合一個96像素的塊,所以我就這樣設置它。
任何想法?
謝謝!
您是否嘗試將高度設置爲'Ti.UI.SIZE'? ''auto''被認爲是depracated。 – vitus37 2015-04-03 13:24:53