Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

How to display a list of Wifi-Networks in an iPhone app?

iphone cocoa

How to use performSelector:withObject:afterDelay: on a method with multiple arguments

Cocoa Programming on Windows

objective-c cocoa windows

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