I set up a bunch of IBOutlet items in my xib files, but then my program finds out later none of them are being allocated. Why is that?
Under what conditions the IBOutlet items are not allocated? Still scratching my head on this.
Is it memory low and it doesn't want to allocate?
This happened on a UIViewController. But if I switch a UIView it doesn't happen.
But I need a UIViewCOntroller.