I am using size classes in a xib for UITableViewHeaderFooterView. I have installed: a default constant, one for compact width any height, and one for regular width any height. The content shows up correctly in Xcode IB previews, but the regular width size class doesn't seem to be applied at all in the iPad simulator or actual iPad.
Size classes were off in the storyboard that contains the main UITableViewController, but turning them on didn't help.
Thoughts?
p.s. It might even help to know how to tell what size class is actually being used at runtime in debug mode... anyone know how to do that?