New posts in cocoa

What is meant by .delegate=self?

What exactly is a so called "Class Cluster" in Objective-C?

Make a two-digit string from a single-digit integer

How can I dynamically create a selector at runtime with Objective-C?

NSLog with CGPoint data

Sorting two NSArrays together side by side

NSString: isEqual vs. isEqualToString

Getting an object from an NSSet

Is there a way to make Lion's scrollbars visible on mouseover them?

How do I sort a swift array containing instances of NSManagedObject subclass by an attribute value (date)

Arguments in @selector

Interaction beyond bounds of UIView

Input from the keyboard in command line application

How to convert An NSInteger to an int?

How to save a NSImage as a new file

Xcode linker error: file too small for architecture x86_64

Is there any way to hide "-" (Delete) button while editing UITableView

How to escape double quotes in string?

how to get first three characters of an NSString?

Run NSRunLoop in a Cocoa command-line program