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.

Loading an image into UIImage asynchronously

I'm developing an iOS 4 application with iOS 5.0 SDK and XCode 4.2. I have to show some post blogs into a UITableView. …

ios cocoa-touch uitableview asynchronous uiimageview
UIImageView missing images in Launch Screen on device

I have an app that supports iOS8 and later, built in Xcode 7 and I am using a XIB for a …

ios objective-c uiimageview uiimage launch-screen
Using Tint color on UIImageView

I have my own subclass of UIButton. I add UIImageView on it and add an image. I would like to …

ios xcode uiimageview uibutton tintcolor
How to stop an image from stretching within a UIImageView?

I have a UIImageView where I have set the frame size to x = 0, y = 0, width = 404, height = 712. In my project, I …

ios cocoa-touch uiimageview uiimage stretching
Remove Auto-Layout Constraints for Specific Object

I have a UIImageView embedded in a UIView. My entire app uses AutoLayout, but I want to remove constraints for …

iphone uiview uiimageview autolayout
Center content of UIScrollView when smaller

I have a UIImageView inside a UIScrollView which I use for zooming and scrolling. If the image / content of the …

ios objective-c cocoa-touch uiscrollview uiimageview
Removing image from UIImageView

I load a UIImageView with an image depending on user interaction. When the parent view is initially displayed, no image …

iphone cocoa-touch uiimageview uiimage
Passing through touches to UIViews underneath

I have a UIView with 4 buttons on it and another UIView on top of the buttons view. The top most …

iphone ios uiview uiimageview uitapgesturerecognizer
What is the best way to create a shadow behind a UIImageView

I have a UIImageView that I want to add a shadow behind. I wish that apple had that as a …

iphone uiimageview shadow
Circular UIImageView in UITableView without performance hit?

I have a UIImageView on each of my UITableView cells, that display a remote image (using SDWebImage). I've done some …

ios objective-c uitableview uiimageview