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 a UIView with an UIImageView dragged onto the view. All of a sudden, for all my xibs, the …
iphone xcode interface-builder uiimageviewI'm trying to make a draggable image (monkey) takes the place of another draggable image (banana) when I'm pushing a …
uiview uiimageview swift frameI am trying to create an ImageView that has rounded corners and a shadow to give it some depth. I …
ios swift uiview uiimageview shadowI am using the UITableViewCell object in the UITableViewCellStyleSubtitle style (i.e an image view on the left, text label …
objective-c cocoa-touch uitableview uiimageviewI have two labels that are stacked. If I want a horizontal line between them, is there any other way …
iphone cocoa-touch uiimageview uiimageI'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 pinchzoomI am new to swift (and Xcode development in general) and I was wondering how to make an ImageView on …
ios swift uiimageviewI have a tableView with static cells. The cell contains an ImageView which fills it completely. And I have another …
ios swift uitableview uiimageview ios-autolayoutI'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 addsubviewI created UIImageView with the help of Interface Bulder. Now I want to place label inside it (as its subview). …
interface-builder uiimageview subview addsubview