Top "Uiimage" questions

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

NSData dataWithContentsOfURL

I have this method for button click (download). The problem is that it is terminating due to an exception: [Session …

iphone uiimage nsdata nsurl
How to Convert UIImage to CIImage and vice versa

I'm trying to get CIImage from ImageView that display on the screen. UIImage *image = myImageView.image; convert image UIImage to …

cocoa-touch ios5 uiimage core-graphics core-image
How to change the color of an UIImage

I want not to change the backgroundColor of an UIImage, but rather to change the color of the whole image. …

ios uiimage uicolor
Rotating UIImage in Swift

I'm using Xcode 6.0.1 with Swift. I have a UIImage, and I would like to make another image using the old …

ios swift uiimage
How would I tint an image programmatically on iOS?

I would like to tint an image with a color reference. The results should look like the Multiply blending mode …

ios cocoa-touch image-processing uiimage tint
iPhone: How do I get the file path of an image saved with UIImageWriteToSavedPhotosAlbum()?

I'm saving a merged image to the iPhone photo library using: UIImageWriteToSavedPhotosAlbum(viewImage, self, @selector(savedPhotoImage:didFinishSavingWithError:contextInfo:), nil); And …

iphone ios uiimage save photolibrary
How to set the alpha of an UIImage in SWIFT programmatically?

I found a lot solutions here but not for Swift, and I know you can do this with a UIImageView, …

swift uibutton uiimage uicontrolstate
Get size of a UIImage (bytes length) not height and width

I'm trying to get the length of a UIImage. Not the width or height of the image, but the size …

iphone uiimage
Tricks for improving iPhone UITableView scrolling performance?

I have a uitableview that loads fairly large images in each cell and the cell heights vary depending on the …

ios iphone uitableview scroll uiimage
How to Convert UIView to PDF within iOS?

There are a lot of resources about how to display a PDF in an App's UIView. What I am working …

ios pdf uiview uiimage core-graphics