I love the idea of using storyboards, but unfortunately when I try to test this using IOS 4, I change the deployment target to IOS 4 and I can\'t compile this anymore. it sa
I don't think that there's a reasonable way of doing it.
You could instantiate your Storyboards programatically (I think) but then you'd need something to fall back on on pre-iOS5 devices. And what would that be? Probably XIBs... which also continue to work on iOS5. You'd end up implementing everything twice. So, as I say, it may be possible but it's probably not practical.