iphone - image not displaying on device or in simulator (Xcode) -


i creating basic app in xcode graphics designed in photoshop , exported .png files

the first image worked fine second image (very similar first not show up)

would appreciate this

i had same problem, solve turning off auto-layout , positioning imageview code self.imageview.frame = cgrectmake(x,y,with,height);, aslo add image code prevent issue self.imageview.image = [uiimage imagenamed:@"image.png"]; , ready!

hope helps!


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -