Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

porting iPhone openGLES app to OSX?

MVC and cocoa bindings best practices question

Why does NSString property change to invalid value?

How do you programmatically put folder icons on the Finder sidebar, given that you have to use a custom icon for the folder?

Fetch iTunes album artwork without iTunes running

cocoa itunes

Notifications for file system changed?

objective-c cocoa

Use ZIP-archives to store NSDocument data

What is sender?

objective-c cocoa

Create sidebar in mac app with sections

Cocoa Callback Design : Best Practice [closed]

objective-c cocoa callback

Apply a CIFilter background filter when host window is transparent

cocoa macos core-animation

Setting default application for given file extension on Mac OS X from code

Is NSMutableString's -appendString: method an efficient way to build up a large string?

How to connect a button to a method on Mac OS X

Why isn't NSRegularExpression included in foundtion.framework for Mac Apps, as it is for iOS?

NSMenu Pressed Mouse Button in 10.5

Cocoa Interface Builder object initialization

objective-c cocoa nib nscoding

reduce my app cracking (cocoafob) [closed]

cocoa licensing cracking

Make NSView in NSPanel first responder without key window status

NSArray filtering: in which case using predicates and which case using blocks?