Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

Equivalent to a "ListBox" in XCode?

objective-c xcode cocoa

What is the difference between +[NSThread detachNewThreadSelector:toTarget:withObject:] and -[NSObject performSelectorInBackground:withObject:]?

How to hook the OS X dictionary

macos cocoa dictionary

Document-scope, Security scoped bookmarks for file packages

Sync between Parse and localDataStore

OSX/Swift: Call function when screen becomes available

How do I enable spell checking within an NSTextField on Mac OS X?

NSPopUpButton Active Image

cocoa nspopupbutton

NSWindow Shadow Outline

NSPopover steals key window making underlying window flash selections. Any fix?

View-based NSTableView filtering + animation

Resize NSTableView or NSScrollView depending on number of rows in table

Xcode pain, syntax highlight broken [duplicate]

NSFileWrapper returns nil, sometimes

Setting up KVO for calculated values, based on calculated values

Using Core Graphics/ Cocoa, can you draw to a bitmap context from a background thread?

Core Data store atomicity with multiple stores

cocoa macos core-data

When should transient properties in CoreData be included in the object model?

How to listen for file system changes MAC - kFSEventStreamCreateFlagWatchRoot

cocoa fsevents

When is 'drawRect' called?