Top "Uiimage" questions

The basic image handling class of Cocoa-Touch on iOS.

How to save picture to iPhone photo library?

What do I need to do to save an image my program has generated (possibly from the camera, possibly not) …

ios iphone cocoa-touch camera uiimage
How to capture UIView to UIImage without loss of quality on retina display

My code works fine for normal devices but creates blurry images on retina devices. Does anybody know a solution for …

uiimage uikit scale retina-display image-capture
Convert UIImage to NSData and convert back to UIImage in Swift?

I'm trying to save a UIImage to NSData and then read the NSData back to a new UIImage in Swift. …

ios swift uiimage png nsdata
iOS UIImagePickerController result image orientation after upload

I am testing my iPhone application on an iOS 3.1.3 iPhone. I am selecting/capturing an image using a UIImagePickerController: UIImagePickerController *…

ios iphone cocoa-touch uiimage uiimagepickercontroller
How to animate the change of image in an UIImageView?

I have an UIImageView with an image. Now I have a completely new image (graphic file), and want to display …

ios iphone animation uiimageview uiimage
UIImageView - How to get the file name of the image assigned?

Is it possible to read the name of an UIImageView's UIImage that's presently stored in the UIImageView? I was hoping …

ios objective-c swift uiimageview uiimage
How to zoom in/out an UIImage object when user pinches screen?

I would like to zoom in/out an UIImage object when the user performs the standard pinch action on my …

cocoa-touch uiimage uiimagejpegrepresentation
UIImage resize (Scale proportion)

Possible Duplicate: Resize UIImage with aspect ratio? The following piece of code is resizing the image perfectly, but the problem …

iphone resize uiimage
How to set the opacity/alpha of a UIImage?

I know you can do this with a UIImageView, but can it be done to a UIImage? I want to …

ios uiimageview uiimage opacity alpha
add image to uitableview cell

I have a tableview, how can I add image to the left of this cells?

ios uitableview uikit uiimage