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.

Autolayout aspect ratio for UIImageView / UIView

How to set autolayout for UIImageView /UIView so that the image view width and height increases a bit for iphone 6 …

ios uiview uiimageview autolayout xib
How can I rotate an UIImageView by 20 degrees?

What do I have to do, if I need to rotate a UIImageView? I have a UIImage which I want …

ios iphone cocoa-touch uiimageview uikit
Storing images locally on an iOS device

Some iOS photo-related apps store images created with the app somewhere other than the photo library. For example Fat Booth …

ios objective-c uiimageview uiimage nsfilemanager
IOS: add imageview in a scrollview to have zoom

I want to set a UIImageView with a UIImage and put this imageview inside a UIScrollView to obtain a zoom …

ios uiscrollview uiimageview uiimage
UIImage aspect fit and align to top

It looks like aspect fit aligns the image to the bottom of the frame by default. Is there a way …

ios cocoa uiimageview aspect-fit
How to get the frame of a view inside another view?

I have an UIImageView in the self.view (the main View) and inside it there is a UIButton. I want …

ios objective-c xcode uiimageview frame
Gesture recognizer (swipe) on UIImageView

I am trying to NSLog when I swipe over an UIImageView with this code, but it does not work for …

ios objective-c cocoa uiimageview uigesturerecognizer
How to Hide Tab Bar Controller?

How to Hide Tab Bar Controller ? I want to hide the Tab Bar controller with double tap on UIImageView.

iphone uiimageview uitabbarcontroller touch
How to know the image size after applying aspect fit for the image in an UIImageView

I am loading an image to an imageview with mode as 'Aspect Fit'. I need to know the size to …

iphone ipad uiimageview uiimage aspect-ratio
Activity indicator with custom image

I am loading a UIWebView and in the meantime I wan't to show a blank page with this activity indicator …

ios objective-c uiwebview uiimageview uiactivityindicatorview