Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

How to get the path/directory component from a NSURL?

macos cocoa nsurl

How to get BOOL from id

iphone objective-c cocoa xcode

Show contextual menu on ctrl-click/right-click on header of NSTableView

Converting an NSArray of Dictionaries to JSON array in iOS

Mac OS X: is it possible to imbue a non-main thread to become "The Main Thread" of a process?

How to set color of NSPopupButton Menu Item

cocoa

Undoing Core Data insertions that are performed off the main thread

menubar app behavior vs full screen app spaces (mac os 10.7/lion)

objective-c cocoa osx-lion

App Sandbox: document-scoped bookmark not resolving; not returning any error

How do I launch an application on system startup? (Mac OSX, Cocoa)

objective-c cocoa

No, really. What is the proper way to handle keyboard input in a game using Cocoa?

cocoa macos

Activate a window using its Window ID

Alternative method for NSURLRequest's private "setAllowsAnyHTTPSCertificate:forHost:"?

How to test with NSUserDefaults?

IBOutlet instance variables in implementation (.m) files

objective-c cocoa

Is it possible to create a view-based NSTableView purely in code?

swift cocoa

Xcode 4 and BWToolKit

How do I synthesize sounds with CoreAudio on iPhone/Mac

Understanding View Controller Nesting in iOS

Does an @autoreleasepool {} drain when returning / exiting early?