Tagged Questions
2
votes
2answers
4k views
NSMutableDictionary throws a doesNotRecognizeSelector to objectForKey?
I'm a total noob to iPhone programming, and I've run into an exception being thrown that I just can't wrap my head around.
Background: The error is happening in a custom subview, and occurs ...
0
votes
2answers
210 views
Is setNeedsDisplay *always* repainting?
I wrote a little custom-view-application using cocoa. And later (yes, i know it's bad) I just asked myself: Would this work for cocoa touch as well? Of course id did not work instantly, I had to ...
0
votes
1answer
37 views
Repeating a custom view several times
I really have almost no idea how I can even begin to do this so I'll just explain it. I have a custom view that holds another, smaller view. Those two views are entirely built in IB, the main one has ...
0
votes
1answer
331 views
Drawing an “NSView” to a Custom-View - How? Am I taking the right approach?
I'm using Objective-C and Cocoa, whilst developing for Mac OS X - so not the iPhone/Cocoa Touch. (That said, I'd be interested if it was the same procedure for the iPhone)
I'm working on a ...