[TIMOB-17734] iOS: ImageLoader doesn't support @3x
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-09-26T18:30:12.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.4.0, Release 3.5.0 |
Components | iOS |
Labels | @3x, iphone6+ |
Reporter | Fokke Zandbergen |
Assignee | Vishal Duggal |
Created | 2014-09-22T07:55:26.000+0000 |
Updated | 2014-11-21T20:21:18.000+0000 |
Description
The ImageLoader utility class doesn't have support for Retina HD (@3x) images:
- serialize: https://github.com/appcelerator/titanium_mobile/blob/master/iphone/Classes/ImageLoader.m#L249-L251
- entryForKey: https://github.com/appcelerator/titanium_mobile/blob/master/iphone/Classes/ImageLoader.m#L499-L502
Pull Request: https://github.com/appcelerator/titanium_mobile/pull/6142
Pull pending master - https://github.com/appcelerator/titanium_mobile/pull/6146 3_4_X - https://github.com/appcelerator/titanium_mobile/pull/6147
Closing as fixed.