Questions tagged [uiimageasset]

48 questions
2
votes
1 answer

UIImageView image not seen while set from Storyboard

In a story board view, I am adding an image view as a subview. Then I set image for that image view. But, I cannot see the image for that image view. What I am seeing is just an question mark. Here is how it looks: You can see that I have set an…
NSPratik
  • 4,714
  • 7
  • 51
  • 81
1
vote
0 answers

XCode 13.3 - iPhone 11 - iOS 15.4 - Image Assets - Background Image not loading

I am having an image assets used for loading the background image in my iOS application. The image assets contains background images that provides support for 2x, 3x, 2x Retina 4, 2x Retina HD 4.7", 3x iPhone X/iPhone Xs, 3x iPhone Xs Max and 2x…
Kamal
  • 453
  • 1
  • 10
  • 22
1
vote
2 answers

Should we add two images for dark mode and light mode in ios13

I am bit confused right now, am trying to add support for dark mode for my old application. But I don't understand that if we have to add two images for single asset for both dark mode and light mode. It’s not always the best option to add extra…
Mandeep Singh
  • 2,810
  • 1
  • 19
  • 31
1
vote
1 answer

image asset icon name must be set

while adding image asset to my flutter app, whatever the name i set the error still the same and refuse to add the image my flutter doctor output /home/ahmed/flutter/bin/flutter --no-color doctor Doctor summary (to see all details, run flutter…
Ahmed El Sayed
  • 499
  • 1
  • 8
  • 17
1
vote
1 answer

what are the risks of having bigger image sizes

I have an iOS project and it has many images and for different resolutions iPhone 1x,2x and 3x and iPad 1x,2x and 3x. some of the images size are very big 1mb and I am worried this might affect app performance or app can get killed as it would eat…
Elstine P
  • 340
  • 4
  • 22
1
vote
1 answer

why there is so much confusion surrounding launch screen in xamarin.ios

In image asset editor we can add launch image but it'll not appear in devices I can say atleast iPhone devices but If you ignore to add LaunchImage in assets xamarin won't let you compile the app.so you have to add the LaunchImage and at the same…
1
vote
1 answer

image assets catalog and iOS device family

I have set the app for only iPhone but if I keep the images at Universal will it be used for iPhone This is very much confusing please guide
Rajan M
  • 345
  • 3
  • 22
1
vote
1 answer

ERROR ITMS-90644: "Missing Image Asset Xcode 8.3.1

Please refer the error below. ERROR ITMS-90644: "Missing Image Asset. Your app is missing the Large App Icon asset 'Messages Icon' in 'Payload/StickerU.app/PlugIns/MessageExtension.appex'." Checked all thing 9 times but every time fail to upload…
1
vote
1 answer

Read file data from iOS image assets

How can I read the raw file data from iOS's image assets? For example an "Image" imageset containing: icon-1x.png icon-2x.png icon-3x.png How do I use NSBundle or other methods to load the raw PNG file data (not to decode the image data) of, for…
stojanman
  • 325
  • 3
  • 15
1
vote
1 answer

Having trouble with the Tab bar background image

I would like to show the background image for the tab bar which is having vertical separator lines. I have this images in the following resolutions:- 1x - 320 x 49 2x - 640 x 98 3x - 960 x 147 The image sets correctly for iPhone 5 with the…
1
vote
0 answers

Using the LaunchImage and AppIcon inside the iOS app

I have images.acassets in my XCode project. I have set AppIcon source and Launch Image source properly. Everything works perfect. I am able to see the launch image correctly once the app is launched. Can I use this same launch Image inside the app…
Naren
  • 115
  • 2
  • 14
1
vote
2 answers

How to add dpi responsive images to android studio?

I am new to the android development environment. I want to add an image into my application but with different dpi. If I go to drawable > new > Image Asset I can only add an icon for my app/menu button/notification icon. If I select the launcher…
Ali Bdeir
  • 4,151
  • 10
  • 57
  • 117
1
vote
0 answers

SpriteKit SKSprite only displaying if asset is on "Universal"

I'm having a little bit of trouble with an image I need for my SpriteKit project. I'm creating a background for my game. This is the code I have in my scene: let backgroundName = "Background" //this is temporary let backgroundImage =…
José María
  • 2,835
  • 5
  • 27
  • 42
0
votes
1 answer

Why is this Android Studio error happening? and How can I solve it?

enter image description here I created 2 image assets, ic_home and ic_profile in drawable, however, ic_profile keeps giving me error when I try to use it. Anyone know what did I did wrong? help me please.
th_ek
  • 1
  • 2
0
votes
0 answers

Unity UniWebView how to show images from my Resources (Assets)

i have a few quick questions: background: i want to display a in-code generated html with UniWebView in my game. Mostly works nicely until i try to display local images (from my unity-resources) the images are in my "Resources" folder (and used…
Daniel
  • 13
  • 4