I want to create tab bar application which should also work on older versions of iOS. The problem is older version does not support storyboard. And when I try to create one project without storyboard it wont let me allow to access tab bar item in .xib file. So how can create an application which is compatible with older versions of iOS and easy to design?
Thanks..