[TIMOB-1116] iphone: deprecate the ImageView url property
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:55:15.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.4.0 |
Components | iOS |
Labels | imageview, ios, iphone |
Reporter | Jeff Haynie |
Assignee | Jeff Haynie |
Created | 2011-04-15T02:44:25.000+0000 |
Updated | 2011-04-17T01:55:15.000+0000 |
Description
formally deprecate the property 'url' in favor of the single property 'image'
for now, warn (via log) that url is no longer supported -- however, don't disable it (yet).
we want to have singular properties for functions that do the same thing vs. different properties based on their type. in iphone, this calls problems, particular during tableview repainting
Comments
- Jeff Haynie 2011-04-15
(from [534a47151f482e4384a3777ce0b48c51d6656a39]) [#1116 state:resolved] deprecate use of url on ImageView in favor of image [#1112 state:resolved] change Utils base64 methods to return TiBlob instead of string [#1110 state:resolved] fixed image view rendering problem with dynamic property set in tableview http://github.com/appcelerator/titanium_mobile/commit/534a47151f482e4384a3777ce0b48c51d6656a39"> http://github.com/appcelerator/titanium_mobile/commit/534a47151f482...
- kosso 2011-04-15
Has this been implemented fully yet?
I see that when I use 'url' in an imageView, that I get the warning.If I use 'image' instead, the image doesn't show.