An image view object provides a view-based container for displaying either a single image or for animating a series of images in iOS.
I have an UIImageView in a UITableviewCell. When it is tapped, the UIImageView should animated to be displayed fullscreen. When …
objective-c ios5 uiimageview fullscreenI'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 zoomingWhat is the difference between UIImage and UIImageView? Can someone explain it with an example?
objective-c ios cocoa-touch uiimageview uiimageI 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 uiimageIn the case below, there are two UIImageViews with the same settings and the same template image... But one tints …
ios objective-c xcode uiimageviewI'm trying to create a framework that keeps some common code I use around in my projects. I found online …
ios frameworks uiimageview xibI am trying to make a circle UIImageView, and it works. Below is the way I use to make it: […
ios uiview uiimageview calayer shadowIs it possible to add another, smaller, image to a UIImage/UIImageView? If so, how? If not, then how can …
iphone objective-c uiimageview uiimage drawingI thought to be clever and just put an transparent UIButton over an UIImageView with the exact frame size, so …
iphone cocoa-touch uikit uiimageviewI 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