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.

Difference between UIViewContentModeScaleAspectFit and UIViewContentModeScaleToFill?

what is the difference between UIViewContentModeScaleAspectFit and UIViewContentModeScaleToFill...?

ios uiimageview contentmode uiviewcontentmode
UIImageView pinch zoom swift

I was hoping someone could help me out. I am trying to allow a user to pinch zoom on a …

swift uiimageview uipinchgesturerecognizer
How do I make an UIImage/-View with rounded corners CGRect (Swift)

How do I make a UIImageView with rounded corners on a Swift iOS Playground? Inside it needs to be filled …

uiimageview swift rounded-corners swift-playground
Click Event on UIImageView programmatically in ios

I am displaying a image from code here is the code UIImageView *preArrowImage =[[UIImageView alloc]init ]; preArrowImage.image =[UIImage imageNamed:@"…

iphone ios uiimageview uitouch uitapgesturerecognizer
Fade/dissolve when changing UIImageView's image

Rather than creating two UIImageViews, it seems logical to simply change the image of one view. If I do that, …

ios objective-c swift cocoa-touch uiimageview
Setting Corner Radius on UIImageView not working

I'm at a bit of a loss. I've used the layer property of UIView to round the corners of multiple …

iphone ios uiimageview rounded-corners
iOS: load an image from url

I need to load an image from a url and set it inside an UIImageView; the problem is that I …

ios uiimageview uiimage nsurl
How to set imageView in circle like imageContacts in Swift correctly?

I want to show a picture into imageView like the image contact (in a circle) But when I try to …

ios swift uiimageview xcode6
How to write text on image in Objective-C (iOS)?

I want to make an image like this programmatically: I have the upper image and text with me. Should I …

ios iphone uiimageview
How to manage UIImageView content mode?

I have an UIImageView with some fixed rect size. But my images are not fixed in size. I want to …

iphone ios ipad uiimageview