Questions tagged [uiimageasset]

48 questions
60
votes
3 answers

Error in iOS 10 : Unable to copy asset information from https://mesu.apple.com/assets/ for asset type

2016-10-05 13:36:21.383340 MyApp[1867:72704] 0x60000015e350 Copy matching assets reply: XPC_TYPE_DICTIONARY { count = 1, transaction: 0, voucher = 0x0, contents = "Result" => : 29 } 2016-10-05…
Rahul Mayani
  • 3,761
  • 4
  • 25
  • 40
36
votes
4 answers

How to integrate splash screen for all types of iPhones in Xcode 6.1?

I need to create and app which will run on iPhone 4S, 5,5S, 6, 6+ and the deployment target will be iOS 7.1. I saw Apple introduced LauchScreens.xib for creating the launch screen (Splash Screen) and also there is an Image Assets in which I can…
Developer
  • 6,375
  • 12
  • 58
  • 92
32
votes
4 answers

Android Studio Image Asset Launcher Icon Transparent Background Color

You might be thinking this question is a duplicate of this one. But since then, Android Studio has been updated and the solution given there is not working anymore. I am trying to set my app logo using image asset in android studio. This is because…
Jaydip Kalkani
  • 2,493
  • 6
  • 24
  • 56
13
votes
1 answer

File Logo.png does not exist in Android Studio when i try to create image asset

When I try to create action icon in Image Asset of Android Studio I saw the error log: logo.png does not exist and I can not create Action bar and Tab bar icon. Anyone can help me?
Arbaz.in
  • 1,478
  • 2
  • 19
  • 41
13
votes
1 answer

How can I add app images to the assets catalog for both the iPad and iPad Pro?

In Xcode 7.2 (Beta 4) there isn't a slot for an iPad Pro in the image asset catalog (xcassets folder). If I select an image (not app icon) in the Xcode assets there is no slot for iPad Pro. There is just a 1x slot and a 2x slot when iPad is selected…
morbidhawk
  • 243
  • 1
  • 7
9
votes
1 answer

How to use create and use a UIImageAsset in iOS 8

iOS 8 introduces a UIImageAsset class with a method registerImage:withTraitCollection:. How do I use this class?
matt
  • 515,959
  • 87
  • 875
  • 1,141
5
votes
1 answer

Language direction in Image-Set isn't taking effect when selecting image in Storyboard

I have an image set whose Direction (language direction) property is set to Left to Right. This means the image should be mirrored horizontally for right-to-left languages (i.e: Arabic, Hebrew). Now if I set this image on a UIImageView from…
nayem
  • 7,285
  • 1
  • 33
  • 51
4
votes
1 answer

What is the difference between 1x vs r4 or 2x vs r4 or 3x vs r4

If 1x image is 100*100 then 2x image is 200 * 200 3x image is 300 * 300 what is r4 dimension should be xxx * xxx There is no documentation on this. FYI: Its not about launch screen image ... the image can be anything like back button etc...
Rajan M
  • 345
  • 3
  • 22
4
votes
1 answer

Image assets not working for size classes in universal application

I am trying to give different image for my universal app, that is for iPhone(compact,any[-,*]) and iPad (regular,regular[+,+]). When I run the app for iPhone, it is always taking image I placed in [,], below is my settings in my image assets. So for…
Chandan Shetty SP
  • 5,087
  • 6
  • 42
  • 63
3
votes
1 answer

Anyone get this error when submitting to apple ITMS-90709?

I changed all photo's to remove alpha and i only get error on uploading, no other place. WARNING ITMS-90709: "Invalid Image Asset. The image asset 'App Icon - Small' in 'Payload/Hot On! homes.app' is missing an image for the background layer…
3
votes
2 answers

Set accurately Assets in Xcode 7 for all iPhone devices

I am looking for best solution for setting image assets in Xcode 7, I googled and found many threads those are discussing on setting on image assets. Here below is what I found 1x images are for the original iPhone through the 3GS -…
Aleem
  • 3,173
  • 5
  • 33
  • 71
2
votes
0 answers

UIImageAsset fills up memory with downloaded UIImage

I have a problem where I am creating UIImageAsset objects to store multiple sizes of images downloaded from an API, but the memory allocated to the UIImageAssets does not free up any more. In my testing this only happens with downloaded UIImages,…
Tails32
  • 29
  • 2
2
votes
1 answer

Android Studio - Configure image asset

I create icons with Android Studio, but I can use only circle or square... Where I can find squircle and rounded square?
POMAIIIUK
  • 439
  • 4
  • 19
2
votes
2 answers

How to switch between multiple .xcassets files

We have 3 targets for 3 different apps offering similar sets of features but different UI. all these 3 targets are having different .xcassets files. But now as per Apple 4.3 guideline, they are asking us to create one container and handle different…
Praful Kadam
  • 372
  • 6
  • 22
2
votes
2 answers

Aspect Ratio of Background Image for iPhone X

I have an app which has image asset with 3 size images @1, @2, @3 as a background image. I implement launch screen into my project to make app seen as fullscreen on iPhone X. As you know, launch screen asset has size for iPhone X so launch screen…
Mr Some Dev.
  • 315
  • 4
  • 19
1
2 3 4