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
Post a Comment