Top "Uiimage" questions

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

How does UIEdgeInsetsMake work?

I'm making an app where I use UIEdgeInsetsMake for resizableImageWithCapInsets, but I don't understand how does it works exactly, UIEdgeInsetsMake …

ios cocoa-touch ios5 uiimage uiedgeinsets
Left-align image and center text on UIButton

I've seen posts regarding right alignment but I can't get left-alignment to work. I want the button to take up …

ios uiimage uibutton
UIImageView missing images in Launch Screen on device

I have an app that supports iOS8 and later, built in Xcode 7 and I am using a XIB for a …

ios objective-c uiimageview uiimage launch-screen
Defining the file a UIImage will use (Swift)

So I looked around the developer library on apple's site and I couldn't find any documentation that said how to …

ios uiimage swift
NSData and UIImage

I am trying to load UIImage object from NSData, and the sample code was to NSImage, I guess they should …

ios iphone cocoa-touch uiimage nsdata
How can I mask a UIImageView?

I am trying to mask an image with something like this: Would you please help me? I am using this …

ios objective-c uiimage mask
PhotoPicker discovery error: Error Domain=PlugInKit Code=13

I'm trying to display an image from the photo library in a UIImageView The full error is: 2017-06-09 21:55:59.063307+0200 firstapp2.0[12873:1120778] …

swift uiimage ios11
How to stop an image from stretching within a UIImageView?

I have a UIImageView where I have set the frame size to x = 0, y = 0, width = 404, height = 712. In my project, I …

ios cocoa-touch uiimageview uiimage stretching
How do I take a full screen Screenshot in Swift?

I've found this code: func screenShotMethod() { //Create the UIImage UIGraphicsBeginImageContext(view.frame.size) view.layer.renderInContext(UIGraphicsGetCurrentContext()) let image = UIGraphicsGetImageFromCurrentImageContext() …

ios swift uiimage screenshot
presentModalViewController:Animated is deprecated in ios6

I am using the following code for an image picker. But when I run it in the simulator, I have …

iphone objective-c uiimage uiimagepickercontroller