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.

Highlighting a UIControl subclass

basically I need an image button, specifically a custom object that: 1) calls a controller's action when tapped 2) encapsulates custom data 3) …

iphone uiimageview uibutton highlighting uicontrol
iPhone: Display image at its original size

I am trying to set frame for imageview to original size of image and display it in center of view. …

iphone uiimageview viewcontroller
iOS >> UIButton ImageView Property >> How to set Content Mode?

Is there a way to set a UIButton Image, BackgroundImage or ImageView Properties Content Mode Property? I've tried the direct …

ios uiimageview uibutton contentmode
SDWebImage always load the placeholder image not the image from URL

Um using the SDWeb image Here and these my Code : UIImageView *sellerImage = [[UIImageView alloc]init]; [sellerImage setImageWithURL:[NSURL URLWithString:[NSString …

iphone objective-c ios uiimageview sdwebimage
How do I manage background images for the iPhone 5?

Some of my apps use custom images as the background. What is the proper way to check the screen size …

objective-c uiimageview uiimage ios6 iphone-5
iOS CAKeyFrameAnimation Scaling Flickers at animation end

In another test of Key Frame animation I am combining moving a UIImageView (called theImage) along a bezier path and …

ios uiimageview scaling flicker cakeyframeanimation
CollectionView duplicate cell when loading more data

The problem: I have a CollectionView which loads a UIimage into each cell. However my problem is that when I …

ios swift uiimageview collectionview
How to use WebP image in UIImageView Swift

I want to use webp image in UIImageView my ios project which is in Swift Language. I tried using Matt …

ios swift uiimageview webp
How to get the pixel color values of custom image inside imageview ios?

I know similar question have been asked before. What I want is to get the RGB pixel value of the …

ios objective-c image-processing uiimageview color-picker
what is the difference between UIImageView and drawInRect?

I want to display so many images in table cells. I knew two methods to show an image. One is …

iphone uiimageview uiimage drawrect