I am using IOX8 and Xcode 6. I created a table with a customtype cell in storyboard, and I placed a label in it. I entered a tag number for the label in the IB, so that I could retrieve a reference...
The above link has the answer! Well, it has a workaround, anyway.
This problem seems to be caused, although I couldn’t say if it was directly or indirectly, by the Storyboard "Use Size Classes” option being checked (visible in the File Inspector right side bar of the Storyboard file. No idea exactly why, but I bet it has something to do with the way that the Size Classes set up uses unique seeming views when looking between classes. Just a hunch with no substantiation, but it kind of makes sense in a terrible, why-oh-why kind of way.
The Size Classes are the ‘fun’ new thing whereby you capture several form factors at once using the Storyboard. They are apparently still full of growing pains or else require alternate approaches, as given in this example. (Actually, they seem pretty neat. Well, potentially neat.)
Threw me for a loop – I was working through something to POC some stuff for a project I’m working on and thought I had somehow completely forgotten how UITableViews work. Very frustrating feeling!
Turns out, it’s not the old stuff but the new stuff that I need to keep more on top of. Hazard of only doing iOS coding part time for fun, I guess.

















