The basic image handling class of Cocoa-Touch on iOS.
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-imageI want not to change the backgroundColor of an UIImage, but rather to change the color of the whole image. …
ios uiimage uicolorI'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 uiimageI 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 tintI'm saving a merged image to the iPhone photo library using: UIImageWriteToSavedPhotosAlbum(viewImage, self, @selector(savedPhotoImage:didFinishSavingWithError:contextInfo:), nil); And …
iphone ios uiimage save photolibraryI found a lot solutions here but not for Swift, and I know you can do this with a UIImageView, …
swift uibutton uiimage uicontrolstateI'm trying to get the length of a UIImage. Not the width or height of the image, but the size …
iphone uiimageI have a uitableview that loads fairly large images in each cell and the cell heights vary depending on the …
ios iphone uitableview scroll uiimageThere 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