I have a custom UIView subclass. I am loading this through [[NSBundle mainBundle] loadNibNamed:@"" ...]. I have linked all of my outlets properly in Interface Builder but in initWithCoder, my UILabel is 0x0.
Where can I have a method that will call when the IBOutlets will finish initalizing so I can access my UILabel and call setText?
Wow, found the answer!
Thanks to all that answered anyway!