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.

add UIImage in CALayer

I must add a UIImageView as subview of MapView. To do this I created a layer above the MapView. In …

ios uiimageview uiimage calayer subview
iOS - adding/removing a subview programmatically

Ok I want to add a UIImageView as a subview and then remove it after a couple of seconds in …

iphone objective-c ios uiimageview subview
How to combine/ merge 2 images into 1

I would like to know what to do to save 2 images into 1 image. One of the photos can be moved, …

iphone ios xcode uiimageview uiimage
How do I center a UIImageView within a full-screen UIScrollView?

In my application, I would like to present the user with a full-screen photo viewer much like the one used …

objective-c iphone uiscrollview uiimageview fullscreen
UITableViewCell with image on the right?

Is there a way to set the UITableViewCell.image to display on the right hand side of the cell instead …

iphone objective-c uitableview uiimageview uiimage
How to display a base64 image within a UIImageView?

I got this Base64 gif image: R0lGODlhDAAMALMBAP8AAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAACH5BAUKAAEALAAAAAAMAAwAQAQZMMhJK7iY4p3nlZ8XgmNlnibXdVqolmhcRQA7 Now I want to …

objective-c iphone uiimageview uiimage
Uploading image with AFNetworking 2.0

I'm banging my head against the wall with this one. I want to select UIImage from library and upload it …

ios objective-c file-upload uiimageview afnetworking-2
How to make UIImageView automatically resize to the size of the image loaded

I have put an UIImageView control on my view with IB. The size of the control is just something I …

ios uiimageview resize point touches
Tiled Background Image: Can I do that easily with UIImageView?

I have a fullscreen background image that is tiled, i.e. it has to be reproduced a few times horizontally …

iphone uiimageview
How do I prevent a button's background image from stretching?

I'm allocating a UIButtonTypeCustom UIButton to a UIView with a background image that is smaller than the button's frame. Reason …

ios cocoa-touch uiimageview uibutton uikit