{ Snipperize } /Objective-C

Objective-C snippets

Here are the latest Objective-C snippets. Please choose your favorite one or add a new one.

Drawing a Standard Focus Ring Inside of a Cell Bounds

Drawing a Standard Focus Ring Inside of a Cell Bounds

Objective-C / draw, focus ring, cell, nsview, nsrect / by ThePeppersStudio (53 days, 12.01 hours ago)

Correct Way to Draw Background Using a Pattern Image

Correct Way to Draw Background Using a Pattern Image

Objective-C / background, pattern, image, nsimage, nscolor, nsgraphicscontext / by ThePeppersStudio (53 days, 12.07 hours ago)

Get iPhone/iPad/iPod Touch Hardware Generation

How to get iPhone/iPad/iPod Touch hardware generation

Objective-C / iphone, ipad, ipod, platform, generation, sysctlbyname, sysctl / by ThePeppersStudio (56 days, 10.15 hours ago)

Correct Way to Draw Background Using an Image Pattern

Correct Way to Draw Background Using an Image Pattern

Objective-C / draw, background, image pattern, NSGraphicsContext, NSImage / by ThePeppersStudio (155 days, 9.86 hours ago)

NSDateFormater

How to use NSDateFormater

Objective-C / NSDateFormater, NSDate / by ThePeppersStudio (185 days, 13.77 hours ago)

Autodetect NSString Encoding from NSData

Use UniversalDetector to detect NSString encoding.

Objective-C / NSString, encoding, universaldetector / by ThePeppersStudio (187 days, 13.42 hours ago)

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 (190 days, 18.95 hours ago)

Rounded Corner UIImageView

you'll have to import <QuartzCore/QuartzCore.h>

Objective-C / UIImageView, round, corner / by ThePeppersStudio (190 days, 19.03 hours ago)

Make an Image with Rounded Corners

How to make an image with rounded corners

Objective-C / UIImage, round, corner / by ThePeppersStudio (201 days, 8.45 hours ago)

TouchXML Quick Guide

TouchXML Tutorial Code

Objective-C / TouchXML, CXMLDocument, parser, XML / by ThePeppersStudio (215 days, 15.46 hours ago)