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.

UIImageView Touch Event

I want to call my button click event while touching the uiimageview named as(image1).Imageview placed in uiview(view1). …

iphone uiimageview touch
How to make a circular UIView

I want to make a UIView or UIImageView that is a circle. Or a circle that i can change the …

iphone uiview uiimageview geometry quartz-core
With Auto Layout, how do I make a UIImageView's size dynamic depending on the image?

I want my UIImageView to grow or shrink depending on the size of what the actual image it's displaying is. …

ios objective-c uiimageview autolayout nslayoutconstraint
How to get image file size in Swift?

I am using UIImagePickerControllerDelegate, UINavigationControllerDelegate, UIPopoverControllerDelegate these delegates for choosing image from my gallery or my camera. So, how can …

ios swift uiimageview uiimagepickercontroller
Adding image to navigation bar

I'd like an image to take up all of a navigation bar. This is the navigation that comes with a …

iphone uitableview iphone-sdk-3.0 uiimageview uinavigationbar
UIViewContentModeScaleAspectFill not clipping

I'm trying to draw some thumbnail images at a fixed size (100x100) using UIImageView. I've set the frame size of …

ios uiimageview
How to cancel UIView block-based animation?

I've searched loads of SO stuff and in Apple's references, but still unable to manage my problem. What I have: …

iphone ios animation ios4 uiimageview
"Creating an image format with an unknown type is an error" with UIImagePickerController

While choosing an image from the image picker in iOS 10 Swift 3 I am getting an error - Creating an image …

ios swift xcode uiimageview xcode8
Insets to UIImageView?

I would like to achieve : Scale to fill mode of image view Insets to UIImageView so that image does not …

ios iphone uiimageview storyboard
How to compare UIColors?

I'd like to check the color set for a background on a UIImageView. I've tried: if(myimage.backgroundColor == [UIColor greenColor]){ ...} …

ios objective-c cocoa-touch uiimageview uicolor