Creating a reusable UIView with xib (and loading from storyboard)

Note that this QA (like many) is really just of historic interest. Nowadays For years and years now in iOS everything’s just a container view. Full tutorial here (Indeed Apple finally added Storyboard References, some time ago now, making it far easier.) Here’s a typical storyboard with container views everywhere. Everything’s a container view. It’s … Read more

Easiest way to support multiple orientations? How do I load a custom NIB when the application is in Landscape?

I found a much better way that works independent of the nav controller. Right now, I have this working when embedded in a nav controller, and when NOT embedded (although I’m not using the nav controller right now, so there may be some bug I’ve not seen – e.g. the PUSH transition animation might go … Read more