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 am using the SDWebImage library to cache web images in my app: https://github.com/rs/SDWebImage/blob/master/…
iphone objective-c caching uiimageview sdwebimageI 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-dispatchI added two uiimageviews, one on another subview uiview (imageview1,imageview2). In the first view the top uiimageview is hidden(…
objective-c uiimageview uitapgesturerecognizer ios6.1I 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 iboutletcollectionEdit 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 imagenamedBasically I want to take an image that the user chooses from their photo library and then apply a watermark, …
iphone xcode uiimageview overlay watermarkI'm looking at replacing ALAssetsLibrary with Photos framework in my app. I can retrieve photos, collections, and asset sources just …
ios iphone uiimageview alassetslibrary ios8I have an image that I would like to display in a UITableViewCell using the UITableViewCellStyleSubtitle style that provides a …
iphone objective-c uiimageview ios4 contentmodeI 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 pinchI am getting UIimages from the camera and assigning them to UIImageViews to be displayed. When I do this the …
iphone uiimageview uiimage uiimagepickercontroller