Questions tagged [uiimageasset]

48 questions
0
votes
1 answer

[UIImageAsset retain]: message sent to deallocated instance

A line UIImage *tempImage = [UIImage imageNamed:@"gradient-image"]; gets executed inside an NSOperation, on the background thread. The code breaks here with the message: [UIImageAsset retain]: message sent to deallocated instance I have the image…
AndroC
  • 4,758
  • 2
  • 46
  • 69
-1
votes
2 answers

Which image is looks better resolultion (png or svg)

Which image is looks beeter resolultion (png or svg) I have used but it not looks good for smaller icons
sejn
  • 2,040
  • 6
  • 28
  • 82
-2
votes
1 answer

iOS image assets and App Store approval

I have my iOS app where I don't have a different image for different resolutions. for example let's say we have backbutton. I have a image for 1x but not for 2x and 3x but when i run it on devices I don't get any problem with that. xcode image…
1 2 3
4