Search Results

9
votes
5answers
598 views

-[NSOperationQueue operations] returns an empty array when it shouldn’t?

I'm writing an application that does async loading of images onto the screen. I have it set up to be NOT concurrent (that is, it spawns a thread and executes them one at a time), so I've only overr …
1
vote

Why do these errors in Xcode Mean?

You (or some code) appears to be using key-value coding on your classes. I assume there's a hotKeyDisplayEntry ivar somewhere, maybe defined in a nib and a connection made but not in your class? …
0
votes

Easy way to archive interlinked objects

Check out Object serialization here: Enc …