Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

"unrecognized selector sent to class" when calling category method from a library

How to properly use swipeWithEvent to navigate a webView, Obj-C

Core Data NSPredicate for relationships

How can I fix this clang warning: "Object with +0 retain counts returned to caller where +1 (owning) retain count is expected"?

NSButton - set text color in disabled mode

Better way to convert NSArray of NSNumbers to array of NSStrings

objective-c cocoa nsarray

unload dynamic library needs two dlclose() calls?

objective-c c macos cocoa dylib

How to display shadow for NSView?

macos swift cocoa calayer nsview

Cocoa Core Data newbie how-tos

What location do OSX/Cocoa applications generally use to store data files?

cocoa macos bundle

Does it matter when super is called in dealloc?

Validate NSString for Hexadecimal value

cocoa nsstring

NSOpenPanel choose a directory ( not a file)

objective-c macos cocoa

Regex solution for Objective-C

What GCD queue, main or not, am I running on?

NSWindowController showWindow:nil does nothing

How do you change the Back and Foreground Color of a CIFilter CIQRCodeGenerator Filter

macos cocoa qr-code cifilter

How to drag NSStatusItems

Show NSSegmentedControl menu when segment clicked, despite having set action

cocoa macos controls usability

Clarification on Threads and Run Loops In Cocoa

cocoa multithreading