Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

Using Swift to disable sleep/screen saver for OSX

swift macos cocoa

Calculating number of seconds between two points in time, in Cocoa, even when system clock has changed mid-way

objective-c cocoa timer clock

QuickLook consumer as a delegate from an NSViewController

Cocoa - Core Animation - How to stop proxy animation?

NSRunningApplication.h: "Not all applications have a pid"

cocoa unix pid

How to efficiently read thousands of small files with GCD

Cocoa client/server application

XCode>Instruments>Leaks - Where is "gather leaked memory contents" data?

NSTask launch path not accessible

Quickest way to be sure region of memory is blank (all NULL)?

objective-c c ios cocoa nsdata

KVO and NSMutableArray

Get the current wallpaper in Cocoa

cocoa wallpaper

Why is [@"" class] != NSClassFromString(NSStringFromClass([@"" class])) on OS X?

NSHashTable with weak references

ios objective-c cocoa ios7 ios6

How to get Apple Java Extensions (com.apple.eawt) work on JDK 7 and higher?

Should +initialize/+load always start with an: if (self == [MyClass class]) guard?

iphone objective-c cocoa macos

Where can I find colored indicators for use in Cocoa?

How to dump CALayer into CGImageRef?

Why is my app crashing when I modify a Core Data relationship in an NSOperation subclass?

How to pretty-print an NSError object in Xcode console?

ios xcode cocoa macos debugging