[TIMOB-15393] iOS: Feature Request to Support Asset Catalogs
GitHub Issue | n/a |
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2016-08-30T21:19:04.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | supportTeam |
Reporter | Eduardo Gomez |
Assignee | Eric Merriman |
Created | 2013-10-03T15:42:38.000+0000 |
Updated | 2017-03-21T22:50:02.000+0000 |
Description
Feature Request
Customers would like to use static images which are displayed in app. They are mainly looking for displaying different images for <=iOS6 and iOS7.
- TO SUPPORT BOTH IOS 6 AND IOS 7:
{quote}
Two asset catalogs will be needed for apps that need to support both versions. The layout in iOS 6 and iOS 7 will be different since there are changes in metrics and in styles of UIKit controls and views. Bars, bar controls, content views and temporary views have a different appearance in different iOS versions so two asset catalogs are needed. Custom assets, such as custom buttons, background images or other controls, will be stored in these catalogs and loaded conditionally in runtime.
{quote}
Comments
JSON Source
This will not be available in 3.3.0. We will revisit it in a future version.
Dupe of TIMOB-19298.
It's worth noting Titanium iOS does support asset catalogs if you have app thinning enable. It will automatically put your images into asset catalogs provided you follow the
@2x
,@3x
,~iphone
, and~ipad
tokens.Closing ticket as duplicate with reference to the above comments.