Top "Uiimageview" questions

An image view object provides a view-based container for displaying either a single image or for animating a series of images in iOS.

Best way to draw circle on top of UIImageView 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 cashapelayer
iOS: Update launch screen dynamically

I'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-screen
iPhone programming: How do I make a UIImage in a UIImageView show at actual size?

I 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 cgrectmake
How do I display a progressive JPEG in an UIImageView while it is being downloaded?

Downloading an image from the net and showing it in an UIImageView is fairly easy. However, this requires the image …

ios uiimageview png jpeg progressive-download
Create Hexagon ImageView shape in iOS

I want Above Hexagon shape for my ImageView. But After implementing below code I am getting this Image - (UIBezierPath *)…

ios uiimageview uiimage core-graphics uibezierpath
UIImageView Scale to fill does not clip subviews

I am trying to add some images to my UIImageView. Everything works fine if the png has the same size …

ios uiimageview swift subview bounds
Positioning and scaling launch screen image

The 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-screen
How to align UIImageView with Aspect Fit to Top?

I'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-fit
Adding navigationItem.titleView in storyboard is failing

I can add a titleView to my navigationItem very easily in code: UIImageView *navImageView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"nav_…

ios objective-c uiimageview uistoryboard uinavigationitem
UIImageView resize in orientation change to landscape mode programmatically

I 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