An image view object provides a view-based container for displaying either a single image or for animating a series of images in iOS.
I have a UIImageView that shows a picture the user has just taken with the camera. On that image i …
ios uiview uiimageview cgcontext cashapelayerI've designed a launch screen using story board. It's supposed to have 3 images. 2 of these are static, where as, i …
ios iphone uiimageview xcasset launch-screenI have a UIImage that I want to show pixel-for-pixel on an iPhone 4/4S/5 screen. It's important that it is …
ios iphone uiimageview uiimage cgrectmakeDownloading an image from the net and showing it in an UIImageView is fairly easy. However, this requires the image …
ios uiimageview png jpeg progressive-downloadI want Above Hexagon shape for my ImageView. But After implementing below code I am getting this Image - (UIBezierPath *)…
ios uiimageview uiimage core-graphics uibezierpathI am trying to add some images to my UIImageView. Everything works fine if the png has the same size …
ios uiimageview swift subview boundsThe image I want to use for my launch screen is tall and narrow. Most of the important content of …
ios uiimageview autolayout interface-builder launch-screenI'm working on some screen in which at top I have an application logo: I want this logo to be …
ios xcode uiimageview image-resizing aspect-fitI can add a titleView to my navigationItem very easily in code: UIImageView *navImageView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"nav_…
ios objective-c uiimageview uistoryboard uinavigationitemI have a problem where I need to rotate an UIImageView and resize depending if it's Portraite mode or Landscape …
objective-c ios uiimageview orientation landscape-portrait