[AC-121] iOS: ImageView.image property not working properly for 'local' images
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2015-05-14T20:34:52.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | imageview, ios |
Reporter | Igor Kalashnikov |
Assignee | Radamantis Torres-Lechuga |
Created | 2015-05-09T07:28:51.000+0000 |
Updated | 2015-05-14T20:34:52.000+0000 |
Description
I've found problem with ImageView#image attribute on iOS (Android works fine)
This code:
<ImageView image="/images/call_btn.png"/>
shows image stubs !https://pp.vk.me/c625823/v625823842/30a41/fqhPXEwWTBg.jpg|height=200!
but
<ImageView image="http://url_to_image.com/image.jpg"/>
works fine
and
<View backgroundImage="/images/call_btn.png" />
works fine
Attachments
File | Date | Size |
---|---|---|
jira_ios_img_2.jpg | 2015-05-09T07:27:23.000+0000 | 88900 |
I am unable to reproduce this, using: MacOS 10.10.3 Studio 4.0.0.201505120319 Ti SDK 4.0.0.v20150511112612 Appc NPM 0.3.55 Appc CLI 0.2.282 Ti CLI 4.0.0-beta8 Alloy 1.6.0-beta4 Node v0.10.37 Java 1.7.0_45 With an Alloy app and the below
index.xml
, on Simulator, iOS 8.3.Both images display correctly.
Hello, it was Ti. 4.0.0.RC2 SDK, as I remember, when I catched this issue I've checked just now, everthing allright. Sorry for bothering. :(
[~zo0m] No problem. Thanks for updating us.