I am completely stumped by this one.
I am having a problem getting UILabels to display in an app.
I have three labels added to the xib. All three of them have identical settings with exceptions of the text, the text alignment, and the IBOutlet they are connected to. When the app loads, only one of the three labels displays on the screen. I have done everything I can think of to troubleshoot this bug and fix it, and I am coming up empty.
I have done the following in an attempt to fix this behavior:
After doing all of this, I still can't get the labels to display at all. While the third label, which I mentioned at the beginning of this question, displays just fine. I am completely stumped. I could include code snippets, but I'm not sure how that would help at this point, especially given steps 11,12, and 13 above.
Does anyone have any ideas?
As it relates to number 7 in your list...I've had weird stuff like this in xcode before. Have you tried running Onyx? This has fixed a variety of items related to xcode. Seems xcode leaves lots of residual files and ghosts on the mac that can have very strange outcomes...especially if you do a lot of apps or samples at a time.
http://www.macupdate.com/app/mac/11582/onyx
Hope this helps. (if not, upload the sample code and I/we can take a look at it) Mike