Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

Code sample for capturing audio from a Mac in Cocoa and saving to file?

objective-c macos cocoa audio

Creating Excel (.xlsx) files in Cocoa

objective-c cocoa excel xlsx

Gap above NSMenuItem custom view

Objective-C delegates vs Java listeners

Open url in safari through cocoa app

macos cocoa safari

How-to suppress constraint and layout warnings in Xcode 5 on a storyboard?

ios xcode cocoa autolayout

Objective-C 2.0: class_copyPropertyList(), how to list properties from categories

iphone objective-c cocoa

When an OS X app is launched by a registered URL scheme, how do you access the full URL?

What is the best way to implement syntax highlighting of source code in Cocoa? [closed]

Is there a conventional method for inverting NSColor values?

cocoa nscolor

Highlighting a NSMenuItem with a custom view?

NSOperationQueue and concurrent vs non-concurrent

How to resize a parent view based on the size of subviews layouted with Autolayout

make nstextfield single line

How to disable word-wrap of NSTextView?

cocoa word-wrap nstextview

Detect if CGPoint within polygon

How to add an NSView to NSWindow in a Cocoa app?

+[NSString stringWithString:] -- what's the point?

CGImage from byte array

cocoa cgimage freetype

NSEnumerator performance vs for loop in Cocoa