Top "Uiimage" questions

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

How do I save a UIImage to a file?

If I have a UIImage from an imagePicker, how can I save it to a subfolder in the documents directory?

iphone objective-c ios uiimage
IOS: create a UIImage or UIImageView with rounded corners

Is it possible create an UIImage or an UIImageView with rounded corners? Because I want take an UIImage and show …

objective-c ios uiimage rounded-corners
How do I export UIImage array as a movie?

I have a serious problem: I have an NSArray with several UIImage objects. What I now want to do, is …

ios iphone uiimage export avfoundation
What should image sizes be at @1x, @2x and @3x in Xcode?

For example, I have a 100*100 size imageview or button, and I want to set its image or backgroundImage with a …

ios xcode uiimage
Resize UIImage to 200x200pt/px

I have been struggling resizing an image. Basically I have stumpled upon: How to scale down a UIImage and make …

ios swift uiimage
How to apply a tintColor to a UIImage?

I have a UIImage that is a small symbol that is all black. The UIImage is getting set in a …

ios objective-c uibutton uiimage
iOS: load an image from url

I need to load an image from a url and set it inside an UIImageView; the problem is that I …

ios uiimageview uiimage nsurl
Setting UIButton image results in blue button in iOS 7

On iOS 6 SDK I wrote the following lines of code to display an image inside a button: NSURL *thumbURL2 = [NSURL …

uibutton uiimage ios7
How do I resize the UIImage to reduce upload image size

I've been searching google, and have only come across libraries that either reduce the height/width or some how edit …

ios swift uiimage
Load image from bundle with iOS

I added to my project a .bundle folder filled with some images. Is it correct refer to this image directly …

ios objective-c uiimage