The basic image handling class of Cocoa-Touch on iOS.
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 uiimageMy 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-captureI 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 uiimagepickercontrollerI have an UIImageView with an image. Now I have a completely new image (graphic file), and want to display …
ios iphone animation uiimageview uiimageIs 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 uiimageI would like to zoom in/out an UIImage object when the user performs the standard pinch action on my …
cocoa-touch uiimage uiimagejpegrepresentationPossible Duplicate: Resize UIImage with aspect ratio? The following piece of code is resizing the image perfectly, but the problem …
iphone resize uiimageI know you can do this with a UIImageView, but can it be done to a UIImage? I want to …
ios uiimageview uiimage opacity alphaI have a tableview, how can I add image to the left of this cells?
ios uitableview uikit uiimage