Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

Securing xml plists in Cocoa / Objective C

Arrow keys with NSTableView

objective-c cocoa macos

How to create an NSEvent of type NSScrollWheel?

objective-c cocoa macos

How to optimize Core Data query for full text search

Can you create an Mac OS X Service with Python? How?

python cocoa macos service

How to generate an installer package for Mac app?

Simple Cocoa application with MenuBar Icon. How To:?

cocoa xcode macos

Replacements for the deprecated NSNibLoading methods (loadNibFile:, loadNibNamed:, etc.)?

What is NSCache?

Cocoa message loop? (vs. windows message loop)

windows cocoa message-loop

What is the C# equivalent of NSMutableArray and NSArray?

c# objective-c .net cocoa

Embedding a framework within a framework (iOS 8+)

How to pass data from NSWindowController to its NSViewController?

macos cocoa swift

How can I use Cocoa's Accessibility API to detect that a window is brought to front?

cocoa accessibility-api

How to check object is kind of block or not

Using an NSArrayController in Multiple Storyboard Scenes

How can you deserialize an escaped JSON string with NSJSONSerialization?

Is it necessary to call [super encodeWithCoder] when subclassing a object that implements NSCoding?

objective-c cocoa nscoding

Color attribute is ignored in NSAttributedString with NSLinkAttributeName

How can I make the Tab key move focus out of a NSTextView?