Por qué no necesitas una pila y un array que no lo es (NSMutableArray)

On 09/06/2011, in Cocoa OSX, Cocoa Touch, Objective C, Uncategorized, by FRR

Estructuras de datos en Cocoa En un artículo anterior mencionaba CHDataStructures por la necesidad de usar una clase “pila” (Stack) en Cocoa. Al parecer se trata de un error común cuando se llega a Cocoa. Siempre llama la atención la falta de ciertas estructuras de datos clásicas como pilas, colas o tablas hash. Sin embargo, [...]

How to add a static library to iOS project in Xcode 4

On 07/06/2011, in Desarrollo XCode, English, Objective C, by FRR

Static library to iOS After struggling for a while to include CHDataStructures to my iOS project, here’s a step by step guide that will allow you to add any static library without losing your mind. STEP 1: Add the static library sources to a Source Tree Go to XCode preferences and select the Source Trees tab, add a [...]

Tagged with: