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.

What happens to SDWebImage Cached Images in my app when the image file on the server changes?

I am using the SDWebImage library to cache web images in my app: https://github.com/rs/SDWebImage/blob/master/…

iphone objective-c caching uiimageview sdwebimage
How to asynchronously load an image in an UIImageView?

I have an UIView with an UIImageView subview. I need to load an image in the UIImageView without blocking the …

ios objective-c uiimageview grand-central-dispatch
tap gesture not recognized on uiimageview

I added two uiimageviews, one on another subview uiview (imageview1,imageview2). In the first view the top uiimageview is hidden(…

objective-c uiimageview uitapgesturerecognizer ios6.1
How can I use IBOutletCollection to connect multiple UIImageViews to the same outlet?

I have 10 UIImageViews which do the same thing (they have some void methods that change their image with a timer). …

ios objective-c xcode uiimageview iboutletcollection
Dispelling the UIImage imageNamed: FUD

Edit Feb 2014: Note that this question dates from iOS 2.0! Image requirements and handling have moved on a lot since then. …

iphone caching uikit uiimageview imagenamed
iPhone, how does one overlay one image onto another to create a new image to save? (watermark)

Basically I want to take an image that the user chooses from their photo library and then apply a watermark, …

iphone xcode uiimageview overlay watermark
iOS 8 Photos framework. Access photo metadata

I'm looking at replacing ALAssetsLibrary with Photos framework in my app. I can retrieve photos, collections, and asset sources just …

ios iphone uiimageview alassetslibrary ios8
iOS SDK UIViewContentModeScaleAspectFit vs. UIViewContentModeScaleAspectFill

I have an image that I would like to display in a UITableViewCell using the UITableViewCellStyleSubtitle style that provides a …

iphone objective-c uiimageview ios4 contentmode
UIImageView Gestures (Zoom, Rotate) Question

I would like to make 2 operations to an UIImageView zoom, rotate, I have 2 problems: A. I make an operation for …

iphone uiimageview zoom rotation pinch
Resizing UIimages pulled from the Camera also ROTATES the UIimage?

I am getting UIimages from the camera and assigning them to UIImageViews to be displayed. When I do this the …

iphone uiimageview uiimage uiimagepickercontroller