Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

How can I remove all NSTableColumns from an NSTableView?

How to put iPhone's screen onto mac in Xcode

iphone xcode cocoa

Variable capture by closures in Swift and inout parameters

cocoa swift closures

In Cocoa/Interface Builder, how to clear text in textfield after button click

I'm developing GUI apps on Mac. I have been using C++ for 10+ years. Do I need to switch to Objective C?

c++ objective-c cocoa

Loading a Localized UIImage

NSUrlRequest: where an app can find the default headers for HTTP request?

Can you use C++ libraries in a Cocoa (Obj-C) project?

Write custom object to .plist in Cocoa

Call a method on every word in NSString

Terminating Another App Running - Cocoa

objective-c cocoa terminate

Change a value within a NSMutableArray

How to setKeyEquivalent to Enter/Return key on NSButton?

cocoa nsbutton

MVC and Java in comparison with more strict MVC languages

How do I update a progress bar in Cocoa during a long running loop?

objective-c cocoa macos

Accessing IP Address with NSHost

When to use instance variables and when to use properties

How to detect which Space the user is on in Mac OS X Leopard?

cocoa macos applescript

Generate random color hex in Objective-C ?

objective-c cocoa

Checking if an object has been released before sending a message to it

objective-c cocoa delegates