{ Snipperize } /UIImage

Snippets about UIImage

Here are the latest snippets talking about UIImage. Please choose your favorite one or add a new one.

Rounded Corner UIImage

Just call the static method makeRoundCornerImage and pass your image to have the image rounded off the way you want. Note that you do need the CoreGraphics framework for this to compile.

Objective-C / UIImage, round, corner / by ThePeppersStudio (22 days, 18.93 hours ago)

Make an Image with Rounded Corners

How to make an image with rounded corners

Objective-C / UIImage, round, corner / by ThePeppersStudio (33 days, 8.43 hours ago)

Using the Retro Avatar API in iPhone

How to dwonload and use a Retro Avatar image in a iPhone App. In this example: uid is a Facebook user id, optionally you can use any string, a name, a md5 hash of a email address and it is assumed you have an image view with tag id 1 you want to set the image for

Objective-C / retroavatar, NSURL, UIImage, UIImageView, iphone / by ThePeppersStudio (123 days, 14.84 hours ago)

Add Image from URL and Than Resize

Some code that will load an image from a remote URL, and then resize it.

Objective-C / UIImage, NSURL, UIImageView, resize, iphone / by ThePeppersStudio (124 days, 14.90 hours ago)

Populate UIImageView From URL

Populate a UIImageView with an image taken from a URL.

Objective-C / UIImage, , / by ThePeppersStudio (130 days, 11.26 hours ago)

Resize UIImage

Scales a UIImage to the given size

Objective-C / UIImage, resize, UIGraphics / by ThePeppersStudio (160 days, 10.49 hours ago)

  • 1