Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

Menu item doesn't show when creating menu in Interface Builder

cocoa interface-builder

What files do I need to distribute if requested to comply with LGPL in an iPhone app? [closed]

iphone cocoa cocoa-touch lgpl

Example code for a minimal paint program (MS Paint style)

What is the difference between compare: and isEqualToString:?

iphone objective-c cocoa

PyObjC and returning 'out' parameters (i.e. NSError **)

cocoa pyobjc

When would you NOT want to use @synthesized instance variables?

How do I programmatically setup the layer of an NSView

cocoa calayer

Should observers be notified when insertObject:in<Key>AtIndex: is called?

objective-c cocoa

Mono with C# - Converting a WinForms interface over to Cocoa? (or whatever the default OS X interface is)

Removing NSStatusItem view

Empty Trash Bin via Objective-C/Cocoa

Simple sqlite example in Cocoa Mac Desktop application

objective-c cocoa macos sqlite

Force NSBrowser to reload

cocoa macos

Debugging -[NSCFDictionary setObject:forKey:]: attempt to insert nil value

iphone objective-c cocoa macos

stringWithContentsOfFile:encoding:error: error 260

objective-c cocoa nsstring

Find the currently active Finder window/folder

objective-c cocoa

How to emulate the cmd-shift-4 screen capture interface?

cocoa macos

Customize core data model at runtime?

What is faster? Enumeration VS For loop

Choosing the order that text fields cycle when tab is pressed

cocoa textfield