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.

Image not showing in UIImageView in Interface Builder / iPhone

I have a UIView with an UIImageView dragged onto the view. All of a sudden, for all my xibs, the …

iphone xcode interface-builder uiimageview
Update position of UIImageView Swift

I'm trying to make a draggable image (monkey) takes the place of another draggable image (banana) when I'm pushing a …

uiview uiimageview swift frame
Creating a shadow for a UIImageView that has rounded corners?

I am trying to create an ImageView that has rounded corners and a shadow to give it some depth. I …

ios swift uiview uiimageview shadow
How to detect touches on UIImageView of UITableViewCell object in the UITableViewCellStyleSubtitle style

I am using the UITableViewCell object in the UITableViewCellStyleSubtitle style (i.e an image view on the left, text label …

objective-c cocoa-touch uitableview uiimageview
Creating a horizontal line

I have two labels that are stacked. If I want a horizontal line between them, is there any other way …

iphone cocoa-touch uiimageview uiimage
Pinch To Zoom Effect on UIImageView inside scrollView?

I'm using storyboard (iOS 6.0) to create a photo gallery viewer for my app. This is how my imageViewController is set …

ios objective-c uiscrollview uiimageview pinchzoom
How do you make an UIImageView on the storyboard clickable (swift)

I am new to swift (and Xcode development in general) and I was wondering how to make an ImageView on …

ios swift uiimageview
How to set up different Auto Layout constraints for different screen sizes

I have a tableView with static cells. The cell contains an ImageView which fills it completely. And I have another …

ios swift uitableview uiimageview ios-autolayout
Adding a UIImage View as a subView to an instance of UIView

I'm practicing beginner code since I'm new and I just have run into a whole lot of confusion here... this …

ios objective-c uiimageview addsubview
Apple Interface Builder: adding subview to UIImageView

I created UIImageView with the help of Interface Bulder. Now I want to place label inside it (as its subview). …

interface-builder uiimageview subview addsubview