Forum Navigation
You need to log in to create posts and topics.

Controller Question

Posted by: artlythere <artlythere@...>

Lots of times in online demos I see them using a blue cube 'controller' object in their NIB, but when I look in IB, I see the same blue cube, listed as only NSObject.

So, is there a 'dedicated' controller object that is that same blue cube that I am missing in the library, or does one just define their class, and then set it to that name? (as I did with the QTKit Capture demo that Ken posted)

There are a lot of other controllers I see there (Bindings area) and if you look in the Classes tab instead of the object one, you see App Controller.

How do you know where and when to use App Controller vs another controller?

Robert