In Xcode 6, you could use .jpg images in asset directories and have a framework for loading the corresponding images according to the selected size classes. However, now in Xcode 7 .jpg images simply do not appear in the editor’s assistant or at runtime.
I tried to rename the image name in the asset catalog to include the .jpg extension, it partially works, however, only one image is used (any Any / Any image, any remaining image is ignored).
I also tried adding assets to asset directories, while inside the Xcode 7 environment, without achieving anything more at the end.
Our company should use jpg files instead of PNG files, so as not to exceed the limit of 100 mb for cellular networks for iOS applications.
Has anyone received asset directories for working with JPEGS in any version of Xxode version 7.x?
source
share