Quantcast
Channel: article
Browsing all 15 articles
Browse latest View live

Yet Another Way to Mimic the Artwork Column in Cocoa

Link: http://www.noodlesoft.com/blog/2009/10/20/yet-another-way-to-mimic-the-artwork-c...An article showing an alternative method to How to Mimic the Artwork Column in Cocoa and Another Way to Mimic...

View Article



Understanding the Objective-C Runtime

Link: http://cocoasamurai.blogspot.com/2010/01/understanding-objective-c-runtime.htmlThe Objective-C Runtime is one of the overlooked features of Objective-C initially when people are generally...

View Article

SourceListView

Link: http://www.latenightsw.com/blog/?p=29Example code on how to build a Mail-like source list.

View Article

Programming with C Blocks

Link: http://thirdcog.eu/pwcblocks/In Mac OS X 10.6, Apple introduced a syntax and runtime for using blocks (more commonly known as closures) in C and Objective-C. These were both later back-ported to...

View Article

NSTreeController and Core Data, Sorted

Link: http://espresso-served-here.com/2008/05/13/nstreecontroller-and-core-data-sorted...A great article explaining how to set up an NSTreeController with Core Data.

View Article


How to Mimic the Artwork Column in Cocoa

Link: http://waffle.wootest.net/2009/10/04/artwork-column-in-cocoa/A blog post showing how to mimic the artwork column found in iTunes.

View Article

How blocks are implemented (and the consequences)

Link: http://cocoawithlove.com/2009/10/how-blocks-are-implemented-and.htmlThis post is a look at how clang implements blocks and how this implementation leads to a number of strange behaviors...

View Article

Global Hotkeys in Cocoa on Snow Leopard

Link: http://cocoakids.net/14-global-hotkeys-in-cocoa-on-snow-leopardAn excellent blog post showing how to easily implement global hotkeys in Cocoa using new NSEvent apis and blocks.

View Article


Fuzzy String Matching

Link: http://weblog.wanderingmango.com/articles/14/fuzzy-string-matching-and-the-princ...A blog article explaining how to implement a fuzzy string matching algorithm. The basic idea is that you take...

View Article


Friday Q&A 2008-12-26: Blocks

Link: http://www.mikeash.com/?page=pyblog/friday-qa-2008-12-26.htmlAn excellent run-down of potential use-cases for blocks in Objective-C.

View Article

Compiling OpenCL Kernels with Xcode

Link: http://losingfight.com/blog/2009/12/17/compiling-opencl-kernels-with-xcode/A blog article that explains how to use a little tool to help find OpenCL compiler errors at compile time instead of...

View Article

Blocks: Life Cycles

Link: http://alanquatermain.net/post/138827791/blocks-episode-2-life-cyclesBlocks are quite special constructs. The chief reason for this is the way that they are able to capture the lexical scope in...

View Article

Another Way to Mimic the Artwork Column in Cocoa

Link: http://likethought.com/lockfocus/2009/10/another-way-to-mimic-the-artwork-column...Sample code showing how to recreate iTunes' artwork column with an NSTableView.

View Article


An Introduction to OpenCL

Link: http://ati.amd.com/technology/streamcomputing/intro_opencl.htmlThis introduction to OpenCL briefly goes over the anatomy of OpenCL 1.0 in its three main parts and shows a simple code example. It...

View Article

An Introduction to Cocoa and Cocoa Touch

Link: http://boredzo.org/cocoa-and-cocoa-touch-intro/A helpful article designed for people who are new to Mac or iPhone programming.

View Article

Browsing all 15 articles
Browse latest View live




Latest Images