Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

How to listen to global hotkeys with Swift in an OS X app?

cocoa swift

Utilizing C++ in iOS and Mac OS X applications

c++ objective-c ios cocoa

What is meant by .delegate=self?

How do you schedule a block to run on the next run loop iteration?

How do I quit a mac application programmatically?

objective-c cocoa macos

Implementing a 30 day time trial [closed]

cocoa macos licensing

How to detect where NaN is passing to CoreGraphics API on Mac OS X 10.9

const vs static NSStrings in Objective-C

Why does NSError need double indirection? (pointer to a pointer)

c objective-c cocoa pointers

Implementing -hash / -isEqual: / -isEqualTo...: for Objective-C collections

Can I receive a callback whenever an NSPasteboard is written to?

cocoa macos nspasteboard

Objective-C: How do you access parent properties from subclasses?

NSTextField transparent background

macos cocoa nstextfield

How to use NSDecimalNumber?

cocoa math

Fast enumeration on an NSIndexSet

cocoa macos nsindexset

Create folder/directory in Objective-C/cocoa

objective-c cocoa directory

Multiple value enum in Obj-C

In Cocoa do you prefer NSInteger or int, and why?

objective-c cocoa types

How to use kCGImagePropertyGIFImageColorMap or create a color table?

How to Write OS X Finder plugin