Questions tagged as 'uiimage'

2
answers

Problem displaying image with UIImageView

When displaying image included in the project in .png format using UIImageView to only display the simulator screen is left blank Code used: UIImage* imagemLocal = [UIImage imageNamed:@"button.png"]; _imagemViewLocal = [UIImag...
asked by 14.01.2015 / 19:12
1
answer

Problems starting UIImage with image path coming from core data

I downloaded an image, and I stored it on disk. After downloading the class inserts the image path in the core data, getting this string: @"/Users/Tiago/Library/Developer/CoreSimulator/Devices/3E103B07-E48E-4740-911C-ECD24E0C3A3F/data/Containe...
asked by 31.01.2015 / 23:03