1
vote
1answer
84 views
Using CHDataStructures.framework on iPhone
Hi,
I'm new to iPhone programming and I'm trying to use CHDataStructures in my project. But I'm running into some issues:
When I directly try to build it right after download I …
7
votes
9answers
398 views
Naming a dictionary structure that stores keys in a predictable order?
Note: Although my particular context is Objective-C, my question actually transcends programming language choice. Also, I tagged it as "subjective" since someone is bound to com …
11
votes
2answers
493 views
Implementing -hash / -isEqual: / -isEqualTo…: for Objective-C collections
Note: The following SO questions are related, but neither they nor the linked resources seem to fully answer my questions, particularly in relation to implementing equality tests f …
3
votes
2answers
385 views
Creating an Xcode data formatter bundle for custom Obj-C objects
To help simplify debugging of some custom Objective-C objects in the Xcode debugger window, I've created a set of data formatter strings for each of the objects, using the related …
