New posts in cocoa

How to write data in plist?

NSLog/printf specifier for NSInteger?

Remove all whitespaces from NSString

NSCalendar first day of week

How to Write OS X Finder plugin

Formatting NSDate into particular styles for both year, month, day, and hour, minute, seconds

What's the difference between "bundle display name" and "bundle name" in cocoa application's info plist

NSInvocation for Dummies?

Fix warning "Capturing [an object] strongly in this block is likely to lead to a retain cycle" in ARC-enabled code

How can i tell if an object has a key value observer attached

`[super viewDidLoad]` convention

How do I determine the OS version at runtime in OS X or iOS (without using Gestalt)?

NSString tokenize in Objective-C

How do you set the text in an NSTextField?

Generate a random alphanumeric string in Cocoa

What does the property "Nonatomic" mean?

When do you make an underscore in front of an instance variable? [duplicate]

Rounding numbers in Objective-C

Should I use NSDecimalNumber to deal with money?

Number of occurrences of a substring in an NSString?