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.

How to animate a UIImageview to display fullscreen by tapping on it?

I have an UIImageView in a UITableviewCell. When it is tapped, the UIImageView should animated to be displayed fullscreen. When …

objective-c ios5 uiimageview fullscreen
How can i zoom in and out in a UIImageView without UIScrollView?

I'm developing an app for iOS 4.2, iPhone, in this app I download images and I save them in the internal …

objective-c uiimageview ios-4.2 zooming
Difference between UIImage and UIImageView

What is the difference between UIImage and UIImageView? Can someone explain it with an example?

objective-c ios cocoa-touch uiimageview uiimage
Making a UIImage to a circle form

I have been trying to mask a UIImage into a circle. I'm using now the code that has been popular …

iphone objective-c xcode uiimageview uiimage
UIImageView doesn't always tint template image

In the case below, there are two UIImageViews with the same settings and the same template image... But one tints …

ios objective-c xcode uiimageview
IOS Static Framework with resources inside

I'm trying to create a framework that keeps some common code I use around in my projects. I found online …

ios frameworks uiimageview xib
How can I add shadow to a circle UIImageView or UIView?

I am trying to make a circle UIImageView, and it works. Below is the way I use to make it: […

ios uiview uiimageview calayer shadow
Draw another image on a UIImage

Is it possible to add another, smaller, image to a UIImage/UIImageView? If so, how? If not, then how can …

iphone objective-c uiimageview uiimage drawing
Is there an way to make an invisible UIButton that will still "be there" and catch touch events for my UIImageView?

I thought to be clever and just put an transparent UIButton over an UIImageView with the exact frame size, so …

iphone cocoa-touch uikit uiimageview
UIImageView keep aspect ratio, but fit to width

I have a UIImageView with a fixed width and height. I don't want to change the frame of the UIImageView. …

ios swift uiimageview uiimage aspect-ratio