The basic image handling class of Cocoa-Touch on iOS.
In my iPhone app, I take a picture with the camera, then I want to resize it to 290*390 pixels. I …
ios uiimage resizeI have an image view, declared programmatically, and I am setting its image, also programmatically. However, I find myself unable …
ios objective-c uiimageview uiimageI'm trying to create a UIImage View programmatically, I have a new view and I tried doing this let imageName = "…
ios xcode swift uiimageview uiimageI have a UIImage that is UIImageOrientationUp (portrait) that I would like to rotate counter-clockwise by 90 degrees (to landscape). I …
ios objective-c uiimage uikit core-graphicsFrom the URL Image in Mail I'm adding image to mail view. It will show full image. But I want …
ios uiimage cgsizeI have a URL for an image (got it from UIImagePickerController) but I no longer have the image in memory (…
ios iphone uiimage uiimagepickercontrollerI am making an app for iOS, using Swift and Parse.com I am trying to let the user select …
ios swift uiimage